restore: whole project
This commit is contained in:
16
src/core/window.h
Normal file
16
src/core/window.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef WINDOW_H
|
||||
#define WINDOW_H
|
||||
|
||||
#include "result.h"
|
||||
#include "raylib.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
extern const char *TITLE;
|
||||
extern const int WIDTH;
|
||||
extern const int HEIGHT;
|
||||
|
||||
Result InitGameWindow(void);
|
||||
void HandleWindowEvents(void);
|
||||
void ShowSplashScreen(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user