Add info_ string to all core modules

Issue #57 resolved
Former user created an issue

Most of the core modules, if not all, are missing their info_ string. While the string is optional, it would be nice to have it.

An example would be: {{{ EXPORT const char info_game[] = "game (1.5.0)"; }}}

or, more practically:

{{{ EXPORT const char info_game[] = "game (" ASSSVERSION ")"; }}}

Comments (2)

  1. Log in to comment