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:
@ -19,13 +19,9 @@
|
||||
|
||||
#include "korlib.h"
|
||||
|
||||
extern "C" {
|
||||
|
||||
PyObject* scale_image(PyObject*, PyObject*, PyObject*);
|
||||
|
||||
extern PyTypeObject pyGLTexture_Type;
|
||||
PyObject* Init_pyGLTexture_Type();
|
||||
|
||||
};
|
||||
|
||||
#endif // _KORLIB_TEXTURE_H
|
||||
|
Reference in New Issue
Block a user