Skip to content

Commit

Permalink
Update macros.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
senshi-x authored Sep 24, 2019
1 parent 7764b28 commit 934e2a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/OPT/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Define version information of this mod
#define MAJOR 0
#define MINOR 1
#define PATCHLVL 0
#define PATCHLVL 2
#define BUILD 0

#ifdef VERSION
Expand Down Expand Up @@ -124,4 +124,4 @@
#define ASSERT_ARRAY_LENGTH(var,length)
#define ASSERT_ALIVE(var)
#define ASSERT_DEAD(var)
#endif
#endif

0 comments on commit 934e2a2

Please sign in to comment.