Shade (merchant-shade.itch.io) entity animation tests

This commit is contained in:
John McCardle 2026-02-16 20:19:39 -05:00
commit 6fdf7279ce
10 changed files with 1813 additions and 3 deletions

View file

@ -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 {