mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 14:05:45 +01:00
fix: include header file directly and remove unused include
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
#include <SDL_audio.h>
|
#include <SDL_audio.h>
|
||||||
#include <SDL_keyboard.h>
|
#include <SDL_keyboard.h>
|
||||||
#include <SDL_scancode.h>
|
#include <SDL_scancode.h>
|
||||||
#include <SDL_timer.h>
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
@@ -14,6 +13,7 @@
|
|||||||
#include "../window/audio.h"
|
#include "../window/audio.h"
|
||||||
#include "../window/colour/colour8.h"
|
#include "../window/colour/colour8.h"
|
||||||
#include "./tetromino/shapes.h"
|
#include "./tetromino/shapes.h"
|
||||||
|
#include "gametime.h"
|
||||||
#include "tetromino/placing.h"
|
#include "tetromino/placing.h"
|
||||||
|
|
||||||
// shuffle the array using a Fisher–Yates shuffle
|
// shuffle the array using a Fisher–Yates shuffle
|
||||||
|
|||||||
Reference in New Issue
Block a user