calacirya

view src/object.h @ 1:1a831650f59a

added hgignore
author John Tsiombikas <nuclear@mutantstargoat.com>
date Sun, 18 Sep 2011 11:49:47 +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_ */