remove unused SDL2/SDL.h and physfs.h from twn_util.h, explicit usage of SDL in apps, move to Scancode enum in apps

This commit is contained in:
2024-10-07 00:00:36 +03:00
parent ba488801b3
commit ca6c6a711c
8 changed files with 31 additions and 25 deletions

View File

@ -6,6 +6,9 @@
#define STB_PERLIN_IMPLEMENTATION
#include <stb_perlin.h>
#include <SDL2/SDL.h>
#include <stdlib.h>
static void ingame_tick(State *state) {

View File

@ -4,6 +4,7 @@
#include "twn_game_api.h"
#include <stdio.h>
#include <stdlib.h>
static void title_tick(State *state) {