mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
int32_t > int
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#define NUM_BACKENDS 2
|
#define NUM_BACKENDS 2
|
||||||
#define DECLARE_BACKEND(name) \
|
#define DECLARE_BACKEND(name) \
|
||||||
extern int name##_init(); \
|
extern int32_t name##_init(); \
|
||||||
extern void name##_shutdown(); \
|
extern void name##_shutdown(); \
|
||||||
extern void name##_update(); \
|
extern void name##_update(); \
|
||||||
extern void name##_unlockAchievement(); \
|
extern void name##_unlockAchievement(); \
|
||||||
|
|||||||
Reference in New Issue
Block a user