Add object module
This commit is contained in:
parent
9c01ba8811
commit
8d51a521bb
3 changed files with 32 additions and 0 deletions
16
src/object.h
Normal file
16
src/object.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
/* object.h
|
||||
*
|
||||
* Declaration of scene Objects.
|
||||
*
|
||||
* Eryn Wells <eryn@erynwells.me>
|
||||
*/
|
||||
|
||||
|
||||
#ifndef __OBJECT_H
|
||||
#define __OBJECT_H
|
||||
|
||||
|
||||
typedef struct _Object Object;
|
||||
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue