Move cmp_memcpy into directory utils.

This commit is contained in:
Roz K 2023-01-05 03:39:32 +01:00
parent f463db316f
commit 596caef7ee
Signed by: roz
GPG Key ID: 51FBF4E483E1C822
3 changed files with 3 additions and 5 deletions

View File

@ -13,10 +13,9 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "../render.hpp"
#include "render_opengles.hpp"
#include "../display/display_glx.hpp"
#include "../cmp_memcpy.hpp"
#include "../utils/cmp_memcpy.hpp"
#include <cstdlib>
#include <cstdio>
#include <cstring>

View File

@ -16,8 +16,7 @@
#ifndef _RK_ENGINE_RENDER_OPENGLES_H
#define _RK_ENGINE_RENDER_OPENGLES_H
#include "../types.hpp"
#include "../math.hpp"
#include "../render.hpp"
#include <GLES3/gl32.h>
#include <GLES3/gl3ext.h>
#include <GLES3/gl3platform.h>

View File

@ -16,7 +16,7 @@
#ifndef RK_ENGINE_CMP_MEMCPY_H
#define RK_ENGINE_CMP_MEMCPY_H
#include "types.hpp"
#include "../types.hpp"
template<typename _small>
bool _rk_cmp_memcpy_small(