schroedinger-solver/src/renderer/window.h

8 lines
170 B
C
Raw Normal View History

2022-10-16 14:13:13 +02:00
#ifndef WINDOW_H
#define WINDOW_H
typedef struct GLFWwindow GLFWwindow;
GLFWwindow* create_managed_window(const char* title, int width, int height);
#endif // WINDOW_H