Reformat
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#define MOVABLE_TAG_SHIFT 0
|
||||
#define RENDERABLE_TAG_SHIFT 1
|
||||
#define COLLIDER_TAG_SHIFT 2
|
||||
#define MOVABLE_TAG_SHIFT 0
|
||||
#define RENDERABLE_TAG_SHIFT 1
|
||||
#define COLLIDER_TAG_SHIFT 2
|
||||
#define INSIDE_ZONE_TAG_SHIFT 3
|
||||
|
||||
enum EntityTag {
|
||||
|
||||
Reference in New Issue
Block a user