6 lines
114 B
C
6 lines
114 B
C
#pragma once
|
|
|
|
#include "model/Window.h"
|
|
|
|
auto CreateWindow(const char *title, int width, int height) -> Window *;
|