vrmodel

diff src/vport.h @ 1:76e75cbcb758

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 29 Aug 2014 23:07:59 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/vport.h	Fri Aug 29 23:07:59 2014 +0300
     1.3 @@ -0,0 +1,9 @@
     1.4 +#ifndef VPORT_H_
     1.5 +#define VPORT_H_
     1.6 +
     1.7 +bool init_vport();
     1.8 +void destroy_vport();
     1.9 +
    1.10 +void draw_vport();
    1.11 +
    1.12 +#endif	// VPORT_H_