summaryrefslogtreecommitdiff
path: root/src/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.hpp')
-rw-r--r--src/common.hpp2
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;