repo.or.cz
/
EroBeats.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
removed gl .c files
[EroBeats.git]
/
Release
/
level1.cpp
blob
0f822fcd82517aad626ba29aec61a984b57dcb85
1
#include
"Level1.h"
2
3
Level1
::
Level1
()
4
{
5
}
6
7
8
Level1
::~
Level1
()
9
{
10
}
11
12
void
Level1
::
update
()
13
{
14
15
}
16
17
18
void
Level1
::
play
()
19
{
20
21
}
22
23
void
Level1
::
render
()
24
{
25
}