Skip to content

Commit 6e807fb

Browse files
committed
added forgotton folder
1 parent 5e4c1ce commit 6e807fb

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

addons/main/$PBOPREFIX$

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
opt\opt_client\addons\main

addons/main/script_version.hpp

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Define version information of this mod
2+
#define MAJOR 3
3+
#define MINOR 5
4+
#define PATCHLVL 0
5+
#define BUILD 0
6+
7+
#ifdef VERSION
8+
#undef VERSION
9+
#endif
10+
#ifdef VERSION_AR
11+
#undef VERSION_AR
12+
#endif
13+
14+
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD
15+
#define VERSION MAJOR.MINOR.PATCHLVL.BUILD

0 commit comments

Comments
 (0)