index
:
anonymous/AltCraft
ftr/better-water
master
Minecraft:JE in C++
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gamestate
/
GameState.hpp
blob: e9c433dfae2ae5691c0aca88f39bf1a85b2520ed (
plain
) (
blame
)
1
2
3
4
5
6
7
8
#pragma once
#include
"../world/World.hpp"
class
GameState
{
public
:
World world
;
};