calacirya

view src/object.h @ 3:71a3eb026e80

writing the scene file spec
author John Tsiombikas <nuclear@mutantstargoat.com>
date Thu, 22 Sep 2011 02:23:50 +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_ */