dd_engine_interface.h 202 B

1234567891011
  1. #ifndef _DD_ENGINE_INTERFACE_
  2. #define _DD_ENGINE_INTERFACE_
  3. /* functions that manipulate the engine and
  4. * are available from the game
  5. */
  6. void dd_game_exit();
  7. void dd_open_world(void* (*)());
  8. #endif