index
:
cplus
master
24-25 b13 cplus: eindopdracht
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
/
Dungeon.h
blob: 60faa09a7a041ea6e30187928b5a3fa7913c4747 (
plain
)
1
2
3
4
5
6
7
8
#pragma once
class
Dungeon
{
public
:
void
update
();
};