vrseasons

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/scene.h	Tue Apr 07 11:16:56 2015 +0300
     1.3 @@ -0,0 +1,7 @@
     1.4 +#ifndef SCENE_H_
     1.5 +#define SCENE_H_
     1.6 +
     1.7 +void update_scene(long tmsec, float dt);
     1.8 +void draw_scene();
     1.9 +
    1.10 +#endif	/* SCENE_H_ */