vrmodel

view src/vport.h @ 5:9e260c091f75

wrote some server code in the test input tool
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 15 Sep 2014 10:57:31 +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_