4
4
mirror of https://github.com/H-uru/korman.git synced 2025-07-14 02:27:36 -04:00

C Korlib code de-duplication

Moves all PyHSPlasma struct definitions into a private header file.
Also adds move constructor and assignment support to PyObjectRef.
This commit is contained in:
2019-01-14 20:50:24 -05:00
parent a3ed2f0178
commit ce6cd0811e
10 changed files with 63 additions and 47 deletions

View File

@ -19,11 +19,6 @@
#include "korlib.h"
extern "C" {
PyObject* create_bump_LUT(PyObject*, PyObject* args);
};
#endif // _KORLIB_BUMPMAP_H