log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
gpmark
view src/plasma.h @ 0:5019d031b485
find changesets by author, revision, files, or words in the commit message
initial commit
author
John Tsiombikas <nuclear@member.fsf.org>
date
Wed, 05 Jun 2013 22:33:37 +0300
parents
children
line source
1
#ifndef PLASMA_H
2
#define PLASMA_H
3
4
void InitPlasma();
5
void RunPlasma(int ntime, unsigned short *vram);
6
7
#endif