@ -3,7 +3,6 @@
#include "stdlib.h"
#include "../sprite.h"
#include "../IsometricMap/tile.h"
#include "../main.c"
Bucket * BucketInit(void *data, int type){
Bucket *bucket = malloc(sizeof(Bucket));
@ -9,13 +9,11 @@
#include "game.h"
#include "DepthSorting/bucket.h"
Game *game;
int main(){
InitWindow(800, 450, "basic window");
game = GameInit();
Game *game = GameInit();
// Hides the operating systems own cursor
HideCursor();