plugins_list.h 233 B

12345678910
  1. /* This file could be generated from the plugins directory... */
  2. #include "plugins/gamegenie.h"
  3. Plugin Plugins[] = {
  4. { "Game Genie", gg_Init, gg_Deinit },
  5. /* EOL tag */
  6. { NULL, NULL, NULL }
  7. };