diff options
Diffstat (limited to 'components.h')
-rw-r--r-- | components.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components.h b/components.h index 63a62c5..4c1b950 100644 --- a/components.h +++ b/components.h @@ -8,6 +8,9 @@ /* Components are POD. If you put a pointer in one of these, * you're a dumb poo poo head. */ +/* I should probably make a velocity component because it's + * duplicated a bit. Eh. */ + typedef struct { int x, y; } CPosition; |