Shade (merchant-shade.itch.io) entity animation tests
This commit is contained in:
parent
2681cbd957
commit
6fdf7279ce
10 changed files with 1813 additions and 3 deletions
|
|
@ -51,6 +51,12 @@ public:
|
|||
static PyObject* get_source(PyTextureObject* self, void* closure);
|
||||
|
||||
static PyGetSetDef getsetters[];
|
||||
|
||||
// Methods (classmethods and instance methods)
|
||||
static PyObject* from_bytes(PyObject* cls, PyObject* args, PyObject* kwds);
|
||||
static PyObject* composite(PyObject* cls, PyObject* args, PyObject* kwds);
|
||||
static PyObject* hsl_shift(PyTextureObject* self, PyObject* args, PyObject* kwds);
|
||||
static PyMethodDef methods[];
|
||||
};
|
||||
|
||||
namespace mcrfpydef {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue