summaryrefslogtreecommitdiff
path: root/scp2/inc/macros.inc
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/inc/macros.inc')
-rwxr-xr-xscp2/inc/macros.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc
index 3d341de7e179..9435fab03aa3 100755
--- a/scp2/inc/macros.inc
+++ b/scp2/inc/macros.inc
@@ -455,5 +455,13 @@ End
EXTRA_ALL_LANG_BUT_EN_US(file, ext); \
End
+#define URE_PRIVATE_LIB(id,name) \
+ File id \
+ LIB_FILE_BODY; \
+ Dir = SCP2_URE_DL_DIR; \
+ Name = name; \
+ Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID); \
+ End
+
#endif // MACROS_INC