lowercased boolean constants

This commit is contained in:
Simen Svale Skogsrud
2011-02-18 23:04:12 +01:00
parent 9876e14f0b
commit 6edbbe322c
6 changed files with 23 additions and 23 deletions

View File

@ -23,8 +23,8 @@
#include <string.h>
#include <stdint.h>
#define FALSE 0
#define TRUE 1
#define false 0
#define true 1
#define X_AXIS 0
#define Y_AXIS 1