conworlds
annotate src/assload.h @ 22:5f53272ff612
removed the vr wrapper and added an external dependency to libgoatvr
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 29 Aug 2014 07:44:26 +0300 |
parents | |
children |
rev | line source |
---|---|
nuclear@13 | 1 #ifndef ASSLOAD_H_ |
nuclear@13 | 2 #define ASSLOAD_H_ |
nuclear@13 | 3 |
nuclear@13 | 4 #include <vector> |
nuclear@13 | 5 #include "scene.h" |
nuclear@13 | 6 |
nuclear@13 | 7 bool load_ass(Scene *scn, const char *fname); |
nuclear@13 | 8 |
nuclear@13 | 9 #endif // ASSLOAD_H_ |