4
4
mirror of https://github.com/H-uru/korman.git synced 2025-07-13 18:17:38 -04:00
Warning: Korlib C API change. Version bumped.
This commit is contained in:
2019-10-25 11:39:19 -04:00
parent d999a7ba1f
commit 3897dfa1c2
5 changed files with 49 additions and 29 deletions

View File

@ -19,7 +19,7 @@
#include "texture.h"
// This konstant is compared against that in the Python module to prevent sneaky errors...
#define KORLIB_API_VERSION 1
#define KORLIB_API_VERSION 2
static PyMethodDef korlib_Methods[] = {
{ _pycs("create_bump_LUT"), (PyCFunction)create_bump_LUT, METH_VARARGS, NULL },