Add portaudio and glfw for static linking

This commit is contained in:
2022-11-03 21:58:03 +00:00
parent 9be9512e85
commit 36277d5c7b
487 changed files with 294529 additions and 545 deletions

View File

@@ -72,12 +72,12 @@ extern struct vec *projects;
struct Texture;
struct mSDLWindow;
struct window;
void pickGameObject(int pickID);
int is_allowed_extension(const char *ext);
void editor_init(struct mSDLWindow *window);
void editor_init(struct window *window);
void editor_input();
void editor_render();
int editor_wantkeyboard();