The open source repository for the action RPG game in development by Sig Productions titled 'Adventures in Lestoria'!
https://forums.lestoria.net
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.
10 lines
364 B
10 lines
364 B
1 year ago
|
// Hint files help the Visual Studio IDE interpret Visual C++ identifiers
|
||
|
// such as names of functions and macros.
|
||
|
// For more information see https://go.microsoft.com/fwlink/?linkid=865984
|
||
|
#define INCLUDE_ANIMATION_DATA
|
||
|
#define INCLUDE_SPAWNER_LIST
|
||
|
#define INCLUDE_DAMAGENUMBER_LIST
|
||
|
#define INCLUDE_game
|
||
|
#define INCLUDE_MONSTER_LIST
|
||
|
#define INCLUDE_MONSTER_DATA
|