#ifndef _DD_ENGINE_INTERFACE_ #define _DD_ENGINE_INTERFACE_ /* functions that manipulate the engine and * are available from the game */ void dd_game_exit(); void dd_open_world(void* (*)()); #endif