GameBoy (Color) port of the GTA San Andreas arcade game Duality
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

maps.h 191B

1234567891011121314
  1. /*
  2. * maps.h
  3. * Duality
  4. *
  5. * Copyright (C) 2025 Thomas Buck <thomas@xythobuz.de>
  6. */
  7. #ifndef __MAPS_H__
  8. #define __MAPS_H__
  9. void map_title(void);
  10. void map_game(void);
  11. #endif // __MAPS_H__