mirror of
https://github.com/H-uru/korman.git
synced 2025-07-13 18:17:38 -04:00
Move create_bump_LUT to top level korlib
This commit is contained in:
@ -15,12 +15,14 @@
|
||||
*/
|
||||
|
||||
#include "buffer.h"
|
||||
#include "bumpmap.h"
|
||||
#include "sound.h"
|
||||
#include "texture.h"
|
||||
|
||||
extern "C" {
|
||||
|
||||
static PyMethodDef korlib_Methods[] = {
|
||||
{ _pycs("create_bump_LUT"), (PyCFunction)create_bump_LUT, METH_VARARGS, NULL },
|
||||
{ _pycs("inspect_vorbisfile"), (PyCFunction)inspect_vorbisfile, METH_VARARGS, NULL },
|
||||
|
||||
{ NULL, NULL, 0, NULL },
|
||||
|
Reference in New Issue
Block a user