mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2025-02-20 02:31:42 +00:00
examples/snake: Actually fixed build this time.
This commit is contained in:
parent
883576beb8
commit
3b5c3d6cc8
@ -5,6 +5,9 @@
|
||||
*/
|
||||
#ifndef SNAKE_H
|
||||
#define SNAKE_H
|
||||
|
||||
#include <SDL3/SDL.h>
|
||||
|
||||
#define SNAKE_GAME_WIDTH 24U
|
||||
#define SNAKE_GAME_HEIGHT 18U
|
||||
#define SNAKE_MATRIX_SIZE (SNAKE_GAME_WIDTH * SNAKE_GAME_HEIGHT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user