7 lines
323 B
C++
7 lines
323 B
C++
#ifndef __JABYENGINE_GPU_PRIMITIVES_HPP__
|
|
#define __JABYENGINE_GPU_PRIMITIVES_HPP__
|
|
#include "Primitives/primitive_gpu_commands.hpp"
|
|
#include "Primitives/primitive_line_types.hpp"
|
|
#include "Primitives/primitive_rectangle_types.hpp"
|
|
#include "Primitives/primitive_poly_types.hpp"
|
|
#endif // !__JABYENGINE_GPU_PRIMITIVES_HPP__
|