9 lines
136 B
C
9 lines
136 B
C
#pragma once
|
|
|
|
void Editor_create();
|
|
void Editor_destroy();
|
|
void Editor_init();
|
|
void Editor_update();
|
|
bool Editor_keyDown(int keyCode);
|
|
|