#ifndef TC_WORLD_CONFIGURATION_H #define TC_WORLD_CONFIGURATION_H #include #include #include #include void tc_activate_world (u32_t identifier); void tc_deactivate_world (u32_t identifier); void tc_update_world (u32_t identifier); #endif TC_WORLD_CONFIGURATION_H