Advertisement
SrinjoySS01

main.cpp

Dec 5th, 2020
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. #include "Game.h"
  2. #include <iostream>
  3. using namespace std;
  4.  
  5. int main(void){
  6.     createWindow({
  7.         .width = 640, .height = 480, .title = "Srinjoy", .fullScreen = false, .resizable = true
  8.     });
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement