move and rename private/rendering.h to rendering/internal_api.h
This commit is contained in:
parent
9181e43fcc
commit
0697f845dd
@ -2,7 +2,6 @@
|
||||
#define CONTEXT_H
|
||||
|
||||
|
||||
#include "private/rendering.h"
|
||||
#include "textures.h"
|
||||
#include "input.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "private/rendering.h"
|
||||
#include "rendering/internal_api.h"
|
||||
#include "rendering/sprites.h"
|
||||
#include "rendering/triangles.h"
|
||||
#include "rendering/circles.h"
|
||||
|
@ -3,7 +3,7 @@
|
||||
#define CIRCLES_H
|
||||
|
||||
#include "../util.h"
|
||||
#include "../private/rendering.h"
|
||||
#include "internal_api.h"
|
||||
#include "../context.h"
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
|
@ -1,7 +1,5 @@
|
||||
#ifndef PRIVATE_RENDERING_H
|
||||
#define PRIVATE_RENDERING_H
|
||||
|
||||
#include "../rendering.h"
|
||||
#ifndef RENDERING_INTERNAL_API_H
|
||||
#define RENDERING_INTERNAL_API_H
|
||||
#include "../textures.h"
|
||||
#include "../util.h"
|
||||
|
Loading…
Reference in New Issue
Block a user