conworlds

view src/assload.h @ 17:c814f77d177e

moved to SDL2
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 25 Aug 2014 22:02:08 +0300
parents
children
line source
1 #ifndef ASSLOAD_H_
2 #define ASSLOAD_H_
4 #include <vector>
5 #include "scene.h"
7 bool load_ass(Scene *scn, const char *fname);
9 #endif // ASSLOAD_H_