From 23550f8120ebb41b1732d63d6d09c21bdb314c1a Mon Sep 17 00:00:00 2001 From: jacopo grandi Date: Thu, 25 Feb 2021 12:46:55 +0100 Subject: component representation revolution! Vive la révolution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.c') 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(); -- cgit v1.2.3-54-g00ecf