You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A stub to use as a starting point when creating modules for PennMUSH using C++.
module.cfg
Change the module's name and version number. The name is used as a prefix
for unique module function names using the MODULE_FUNCTION() macro.
About
A stub to use as a starting point when creating modules for PennMUSH using C++.