Add containerization and make this bad boy work on Windows and MacOS

This commit is contained in:
omer
2024-02-28 19:08:07 -06:00
parent d58a0543eb
commit df7a63e047
557 changed files with 6647 additions and 5493 deletions
@@ -0,0 +1,18 @@
#ifndef SECTION_WEAPON_H_
#define SECTION_WEAPON_H_
#define weapon_CS2_097\
if(HSL_attacker && flag(&(HSL_attacker->state), weapon_CS2_097_FLAG, FLAG_ISSET)) {\
hsl_give_weapon(HSL_deck_player); \
}
#define weapon_LOE_118\
if(HSL_attacker && flag(&(HSL_attacker->state), weapon_LOE_118_FLAG, FLAG_ISSET)) {\
hsl_give_weapon(HSL_deck_player); \
}
#define __SECTION_WEAPON\
weapon_CS2_097\
weapon_LOE_118\
#endif