rename twn_engine_api.h to twn_api.h
This commit is contained in:
parent
4bc1feb826
commit
5e89710458
@ -1,7 +1,7 @@
|
||||
#ifndef TWN_AUDIO_H
|
||||
#define TWN_AUDIO_H
|
||||
|
||||
#include "twn_engine_api.h"
|
||||
#include "twn_api.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
#define TWN_CONTEXT_H
|
||||
|
||||
#include "twn_types.h"
|
||||
#include "twn_engine_api.h"
|
||||
#include "twn_api.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
@ -2,7 +2,7 @@
|
||||
#define TWN_DRAW_H
|
||||
|
||||
#include "twn_types.h"
|
||||
#include "twn_engine_api.h"
|
||||
#include "twn_api.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include "twn_input.h"
|
||||
#include "twn_draw.h"
|
||||
#include "twn_audio.h"
|
||||
#include "twn_engine_api.h"
|
||||
#include "twn_api.h"
|
||||
#include "twn_util.h"
|
||||
#include "twn_context.h"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef TWN_INPUT_H
|
||||
#define TWN_INPUT_H
|
||||
|
||||
#include "twn_engine_api.h"
|
||||
#include "twn_api.h"
|
||||
#include "twn_types.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
|
@ -2,7 +2,7 @@
|
||||
#define TWN_UTIL_H
|
||||
|
||||
#include "twn_types.h"
|
||||
#include "twn_engine_api.h"
|
||||
#include "twn_api.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include "twn_textures_c.h"
|
||||
#include "twn_audio_c.h"
|
||||
#include "twn_input_c.h"
|
||||
#include "twn_engine_api.h"
|
||||
#include "twn_api.h"
|
||||
#include "rendering/twn_draw_c.h"
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef TWN_LOOP_H
|
||||
#define TWN_LOOP_H
|
||||
|
||||
#include "twn_engine_api.h"
|
||||
#include "twn_api.h"
|
||||
|
||||
|
||||
TWN_API int enter_loop(int argc, char **argv);
|
||||
|
Loading…
Reference in New Issue
Block a user