initial commit
This commit is contained in:
commit
be1abc3762
16 changed files with 11692 additions and 0 deletions
8
src/renderer/window.h
Normal file
8
src/renderer/window.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef WINDOW_H
|
||||
#define WINDOW_H
|
||||
|
||||
typedef struct GLFWwindow GLFWwindow;
|
||||
|
||||
GLFWwindow* create_managed_window(const char* title, int width, int height);
|
||||
|
||||
#endif // WINDOW_H
|
Loading…
Add table
Add a link
Reference in a new issue