Navigation Menu

Skip to content

Commit

Permalink
Fix warning when compiling example.c on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Mar 31, 2016
1 parent 2aabcbe commit 12337f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example.c
Expand Up @@ -3,7 +3,9 @@
#include <stdio.h>
#include "math.h"

#ifndef min
#define min(a,b) (((a)<(b))?(a):(b))
#endif // min

/// Tiles
#define FLOOR 0
Expand Down

0 comments on commit 12337f9

Please sign in to comment.