rename twn_engine_api.h to twn_api.h
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user