vrseasons

view src/scene.h @ 0:393ef1143c9c

VR seasons
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 07 Apr 2015 11:16:56 +0300
parents
children
line source
1 #ifndef SCENE_H_
2 #define SCENE_H_
4 void update_scene(long tmsec, float dt);
5 void draw_scene();
7 #endif /* SCENE_H_ */