diff options
Diffstat (limited to 'src/common.hpp')
-rw-r--r-- | src/common.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.hpp b/src/common.hpp index f7435ca..656a370 100644 --- a/src/common.hpp +++ b/src/common.hpp @@ -27,7 +27,7 @@ along with Minitrem. If not, see <http://www.gnu.org/licenses/>. #include <SFML/Graphics.hpp> #include "math.hpp" -#define count(A) (sizeof(A) / sizeof((A)[0])) +#define COUNT(A) (sizeof(A) / sizeof((A)[0])) extern bool debug_draw_cmodels; extern bool debug_draw_paths; |