Skip to content

Commit

Permalink
forward declare action_id
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade committed Aug 4, 2020
1 parent c928fb0 commit 144c0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/character.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ struct w_point;
template <typename E> struct enum_traits;

enum npc_attitude : int;

enum action_id : int;

static const std::string DEFAULT_HOTKEYS( "1234567890abcdefghijklmnopqrstuvwxyz" );

Expand Down

0 comments on commit 144c0a1

Please sign in to comment.