calacirya

view src/object.h @ 0:df9e0bc7685a

starting calacirya project
author John Tsiombikas <nuclear@mutantstargoat.com>
date Sun, 18 Sep 2011 11:46:55 +0300
parents
children
line source
1 #ifndef OBJECT_H_
2 #define OBJECT_H_
4 #include <anim.h>
6 struct object {
7 struct anm_node *node;
8 };
10 #endif /* OBJECT_H_ */