move and rename private/textures.h to textures/internal_api.h
This commit is contained in:
parent
e8ff04b3e6
commit
cbd567c4cb
@ -1,4 +1,4 @@
|
|||||||
#include "private/textures.h"
|
#include "textures/internal_api.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "textures.h"
|
#include "textures.h"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef TEXTURES_H
|
#ifndef TEXTURES_H
|
||||||
#define TEXTURES_H
|
#define TEXTURES_H
|
||||||
|
|
||||||
#include "private/textures.h"
|
#include "textures/internal_api.h"
|
||||||
#include "textures/modes.h"
|
#include "textures/modes.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef PRIVATE_TEXTURES_H
|
#ifndef TEXTURES_INTERNAL_API_H
|
||||||
#define PRIVATE_TEXTURES_H
|
#define TEXTURES_INTERNAL_API_H
|
||||||
|
|
||||||
#include "../util.h"
|
#include "../util.h"
|
||||||
#include "../textures/modes.h"
|
#include "../textures/modes.h"
|
Loading…
Reference in New Issue
Block a user