#pragma once void Editor_create(); void Editor_destroy(); void Editor_init(); void Editor_update(); bool Editor_keyDown(int keyCode);