vrmodel

view src/vport.h @ 2:be91b72ce3f9

foobar
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 30 Aug 2014 21:46:37 +0300
parents
children
line source
1 #ifndef VPORT_H_
2 #define VPORT_H_
4 bool init_vport();
5 void destroy_vport();
7 void draw_vport();
9 #endif // VPORT_H_