Move vertex format to utils.
This commit is contained in:
parent
7384a014ff
commit
7d35ac0e5b
@ -14,8 +14,8 @@
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "render_opengles.hpp"
|
||||
#include "vertex_format_opengles.hpp"
|
||||
#include "../display/display_glx.hpp"
|
||||
#include "../utils/vertex_format.hpp"
|
||||
#include "../utils/cmp_memcpy.hpp"
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
|
@ -16,7 +16,7 @@
|
||||
#ifndef RK_ENGINE_VERTEX_FORMAT_H
|
||||
#define RK_ENGINE_VERTEX_FORMAT_H
|
||||
|
||||
#include "render_opengles.hpp"
|
||||
#include "../render.hpp"
|
||||
#include <limits>
|
||||
|
||||
namespace rk_vertex {
|
Loading…
Reference in New Issue
Block a user