forked from NovaRain/Fallout2_Unofficial_Patch
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
redefine: separate trait type #33, ref rotators/ReDefine#6
- Loading branch information
1 parent
f0cc574
commit 0a1bd0c
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#ifndef DEFINE_PRE_H | ||
#define DEFINE_PRE_H | ||
|
||
// Trait defines // | ||
#define TRAIT_PERK (0) | ||
#define TRAIT_OBJECT (1) | ||
#define TRAIT_TRAIT (2) | ||
|
||
#endif // DEFINE_PRE_H |