|
|
|
@ -9,13 +9,11 @@
|
|
|
|
#include "game.h"
|
|
|
|
#include "game.h"
|
|
|
|
#include "DepthSorting/bucket.h"
|
|
|
|
#include "DepthSorting/bucket.h"
|
|
|
|
|
|
|
|
|
|
|
|
Game *game;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int main(){
|
|
|
|
int main(){
|
|
|
|
|
|
|
|
|
|
|
|
InitWindow(800, 450, "basic window");
|
|
|
|
InitWindow(800, 450, "basic window");
|
|
|
|
|
|
|
|
|
|
|
|
game = GameInit();
|
|
|
|
Game *game = GameInit();
|
|
|
|
|
|
|
|
|
|
|
|
// Hides the operating systems own cursor
|
|
|
|
// Hides the operating systems own cursor
|
|
|
|
HideCursor();
|
|
|
|
HideCursor();
|
|
|
|
|