mirror of
https://github.com/pret/pokestadium.git
synced 2026-08-23 11:05:57 -05:00
comment macro
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
// global typings
|
||||
typedef unsigned long uintptr_t;
|
||||
|
||||
// cast thru uintptr_t for integer to pointer casts
|
||||
#define INT2VOID(i) ((void *)(uintptr_t)(i))
|
||||
|
||||
#define SCREEN_WIDTH 320
|
||||
|
||||
Reference in New Issue
Block a user