t2g_locations.h 320 B

123456789101112131415161718
  1. #include "qsp/declarations.h"
  2. #ifndef QSP_T2G_LOCSDEFINES
  3. #define QSP_T2G_LOCSDEFINES
  4. typedef struct
  5. {
  6. QSP_CHAR *Name;
  7. QSP_CHAR *OnVisit;
  8. } t2g_QSPLocation;
  9. extern t2g_QSPLocation *t2g_qspLocs;
  10. extern int t2g_qspLocsCount;
  11. /* External functions */
  12. void t2g_qspCreateWorld(int);
  13. #endif