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