intravenous

view src/cockpit.h @ 5:aab0d8ea21cd

normalmap and sortof subsurface shader
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 22 Apr 2012 06:26:08 +0300
parents
children
line source
1 #ifndef COCKPIT_H_
2 #define COCKPIT_H_
4 bool cockpit_init();
5 void cockpit_destroy();
7 void cockpit_draw();
9 #endif // COCKPIT_H_