log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
vrmodel
view src/vport.h @ 1:76e75cbcb758
find changesets by author, revision, files, or words in the commit message
foo
author
John Tsiombikas <nuclear@member.fsf.org>
date
Fri, 29 Aug 2014 23:07:59 +0300
parents
children
line source
1
#ifndef VPORT_H_
2
#define VPORT_H_
3
4
bool init_vport();
5
void destroy_vport();
6
7
void draw_vport();
8
9
#endif // VPORT_H_