diff --git a/gamemodes/irresistible/cnr/features/_features.pwn b/gamemodes/irresistible/cnr/features/_features.pwn index 935b172..cc9696e 100644 --- a/gamemodes/irresistible/cnr/features/_features.pwn +++ b/gamemodes/irresistible/cnr/features/_features.pwn @@ -22,6 +22,9 @@ #include "irresistible\cnr\features\visage\_visage.pwn" #include "irresistible\cnr\features\battleroyale\_battleroyale.pwn" +// developer exclusive modules +#include "irresistible\cnr\features\cloudy\_cloudy.pwn" + // special (xmas/easter/nye) // #include "irresistible\cnr\features\christmas.pwn" #include "irresistible\cnr\features\eastereggs.pwn" diff --git a/gamemodes/irresistible/cnr/features/cloudy/.gitignore b/gamemodes/irresistible/cnr/features/cloudy/.gitignore new file mode 100644 index 0000000..93604c3 --- /dev/null +++ b/gamemodes/irresistible/cnr/features/cloudy/.gitignore @@ -0,0 +1,3 @@ +*.pwn +*.amx +!_cloudy.pwn \ No newline at end of file diff --git a/gamemodes/irresistible/cnr/features/cloudy/_cloudy.pwn b/gamemodes/irresistible/cnr/features/cloudy/_cloudy.pwn new file mode 100644 index 0000000..3ad8c8e --- /dev/null +++ b/gamemodes/irresistible/cnr/features/cloudy/_cloudy.pwn @@ -0,0 +1,9 @@ +/* + * Irresistible Gaming (c) 2019 + * Developed by Cloudy + * Module: cnr\features\cloudy\_cloudy.pwn + * Purpose: encloses all of cloudy's module related work + */ + +/* ** Includes ** */ +#tryinclude "irresistible\cnr\features\cloudy\event_system.pwn" \ No newline at end of file