diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-03-19 08:46:04 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-03-19 08:46:04 +0500 |
commit | b1389bad67cccd3da6815c2d5a436c177f09594b (patch) | |
tree | 393dee77b5faef3cfd6e78eda8ac07273cdcc85e /prge_window.h | |
parent | 34821e9fefb0d7cbf9e72a2457b2901edbbe03bb (diff) |
window, texture, model, camera and gui (silly button)
Diffstat (limited to 'prge_window.h')
-rw-r--r-- | prge_window.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/prge_window.h b/prge_window.h new file mode 100644 index 0000000..e79ee86 --- /dev/null +++ b/prge_window.h @@ -0,0 +1,6 @@ +#ifndef PRGE_WINDOW_H +#define PRGE_WINDOW_H + +Window window_init(S32 width, S32 height, Str8 name); + +#endif /* PRGE_WINDOW_H */ |