vrmodel

annotate src/vport.h @ 3:a1784a4290c2

client-side networking
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 01 Sep 2014 05:59:31 +0300
parents
children
rev   line source
nuclear@1 1 #ifndef VPORT_H_
nuclear@1 2 #define VPORT_H_
nuclear@1 3
nuclear@1 4 bool init_vport();
nuclear@1 5 void destroy_vport();
nuclear@1 6
nuclear@1 7 void draw_vport();
nuclear@1 8
nuclear@1 9 #endif // VPORT_H_