mirror of
https://github.com/thepigeongenerator/tetris_clone
synced 2026-02-08 07:33:34 +01:00
rename "renderer" to "render"
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#include "renderer.h"
|
#include "render.h"
|
||||||
|
|
||||||
#include <SDL_error.h>
|
#include <SDL_error.h>
|
||||||
#include <SDL_pixels.h>
|
#include <SDL_pixels.h>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
#include "error.h"
|
#include "error.h"
|
||||||
#include "game/game.h"
|
#include "game/game.h"
|
||||||
#include "game/paths.h"
|
#include "game/paths.h"
|
||||||
#include "io/renderer.h"
|
#include "io/render.h"
|
||||||
|
|
||||||
// initialized in init(), reading beforehand is undefined behaviour
|
// initialized in init(), reading beforehand is undefined behaviour
|
||||||
static gamedata gdat;
|
static gamedata gdat;
|
||||||
|
|||||||
Reference in New Issue
Block a user