Move cmp_memcpy into directory utils.
This commit is contained in:
parent
f463db316f
commit
596caef7ee
@ -13,10 +13,9 @@
|
|||||||
// You should have received a copy of the GNU Affero General Public License
|
// 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/>.
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#include "../render.hpp"
|
|
||||||
#include "render_opengles.hpp"
|
#include "render_opengles.hpp"
|
||||||
#include "../display/display_glx.hpp"
|
#include "../display/display_glx.hpp"
|
||||||
#include "../cmp_memcpy.hpp"
|
#include "../utils/cmp_memcpy.hpp"
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
#ifndef _RK_ENGINE_RENDER_OPENGLES_H
|
#ifndef _RK_ENGINE_RENDER_OPENGLES_H
|
||||||
#define _RK_ENGINE_RENDER_OPENGLES_H
|
#define _RK_ENGINE_RENDER_OPENGLES_H
|
||||||
|
|
||||||
#include "../types.hpp"
|
#include "../render.hpp"
|
||||||
#include "../math.hpp"
|
|
||||||
#include <GLES3/gl32.h>
|
#include <GLES3/gl32.h>
|
||||||
#include <GLES3/gl3ext.h>
|
#include <GLES3/gl3ext.h>
|
||||||
#include <GLES3/gl3platform.h>
|
#include <GLES3/gl3platform.h>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#ifndef RK_ENGINE_CMP_MEMCPY_H
|
#ifndef RK_ENGINE_CMP_MEMCPY_H
|
||||||
#define RK_ENGINE_CMP_MEMCPY_H
|
#define RK_ENGINE_CMP_MEMCPY_H
|
||||||
|
|
||||||
#include "types.hpp"
|
#include "../types.hpp"
|
||||||
|
|
||||||
template<typename _small>
|
template<typename _small>
|
||||||
bool _rk_cmp_memcpy_small(
|
bool _rk_cmp_memcpy_small(
|
Loading…
Reference in New Issue
Block a user