log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
dbf-udg
view src/mballs.h @ 7:603656331514
find changesets by author, revision, files, or words in the commit message
phong blobs
author
John Tsiombikas <nuclear@member.fsf.org>
date
Mon, 18 Feb 2013 05:44:17 +0200
parents
children
7056437a361b
line source
1
#ifndef MBALLS_H_
2
#define MBALLS_H_
3
4
bool mball_init();
5
void mball_render();
6
7
#endif /* MBALLS_H_ */