Project Alice
Loading...
Searching...
No Matches
economy_viewer.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace sys {
4
5struct state;
6
7}
8
9namespace economy_viewer {
10
11struct economy_viewer_state;
12void update(sys::state& state);
13void render(sys::state& state);
14}
void update(sys::state &state)
void render(sys::state &state)
Definition: constants.hpp:4
Holds important data about the game world, state, and other data regarding windowing,...