mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
int32_t > int
This commit is contained in:
parent
4b24206294
commit
0c27ec8e58
1 changed files with 1 additions and 1 deletions
|
@ -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(); \
|
||||||
|
|
Loading…
Reference in a new issue