Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "Game.h"
- #include <iostream>
- using namespace std;
- int main(void){
- createWindow({
- .width = 640, .height = 480, .title = "Srinjoy", .fullScreen = false, .resizable = true
- });
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement