This website works better with JavaScript.
Explore
Help
Sign In
learn-code-the-hard-way
/
roguish
Watch
1
Star
0
Fork
You've already forked roguish
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
The next little game in the series where I make a fancy rogue game.
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.
114
Commits
1
Branch
0
Tags
3.5 MiB
C++
90.6%
Ragel
7.4%
Meson
1.1%
Makefile
0.4%
Shell
0.2%
Other
0.2%
Tag:
Branch:
Tree:
011fee4872
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '011fee4872'
${ noResults }
roguish
/
events.hpp
7 lines
86 B
Raw
Blame
History
#
pragma once
namespace
Events
{
enum
GUI
{
START
,
HIT
,
MISS
,
DEAD
,
LOOT
}
;
}
Reference in new issue
View Git Blame
Copy Permalink