move and rename private/textures.h to textures/internal_api.h

This commit is contained in:
veclav talica 2024-07-29 12:53:03 +03:00
parent e8ff04b3e6
commit cbd567c4cb
3 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"