aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index b34ea61..f9da679 100644
--- a/main.c
+++ b/main.c
@@ -25,6 +25,8 @@ Mix_Music *gMusic = NULL;
//The sound effects that will be used
Mix_Chunk *sounds[16];
+#define A(a, arg) printf("value: %d", a.arg);
+struct a { int v; } biga;
int main( int argc, char* args[] ) {
net_init();