#pragma once

extern void (*g_w2_current_mode)();

/**
 * mode logic
 *
 * executes mode in g_w2_current_mode
 */
void w2_modes_main();