This website works better with JavaScript.
Explore
Help
Sign In
learn-code-the-hard-way
/
raycaster
Watch
1
Star
0
Fork
You've already forked raycaster
0
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
Exploring raycasters and possibly make a little "doom like" game based on it.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
178
Commits
1
Branch
1
Tag
30 MiB
Tag:
Branch:
Tree:
a7a60ad35c
master
version-0.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a7a60ad35c'
${ noResults }
raycaster
/
main_ui.cpp
2 lines
23 B
Raw
Normal View
History
Unescape
Escape
Initial start of the refactoring of gui.cpp into two classes, the gui::FSM will be used to controll all of the other UIs in the game, and evetnually will be pretty dumb.
2 weeks ago
#
include
"main_ui.hpp"