gpmark

annotate src/bunny3d.h @ 0:5019d031b485

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 05 Jun 2013 22:33:37 +0300
parents
children
rev   line source
nuclear@0 1 #ifndef BUNNY3D_H
nuclear@0 2 #define BUNNY3D_H
nuclear@0 3
nuclear@0 4 void InitBunny3D();
nuclear@0 5 void RunBunny3D(int ntime, unsigned short *vram);
nuclear@0 6
nuclear@0 7 #endif