goat3d
annotate libs/anim/config.h @ 47:498ca7ac7047
- placed all the implementation stuff in the g3dimpl namespace
- added animation stuff to the public API
- started writing animation saving/loading
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 28 Dec 2013 06:47:39 +0200 |
parents | |
children |
rev | line source |
---|---|
nuclear@27 | 1 #ifndef ANIM_CONFIG_H_ |
nuclear@27 | 2 #define ANIM_CONFIG_H_ |
nuclear@27 | 3 |
nuclear@27 | 4 #undef ANIM_THREAD_SAFE |
nuclear@27 | 5 |
nuclear@27 | 6 #endif /* ANIM_CONFIG_H_ */ |