mirror of
https://github.com/recp/cglm.git
synced 2025-12-24 20:34:58 +00:00
fix including headers, and suppress warnings
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
* Full license can be found in the LICENSE file
|
||||
*/
|
||||
|
||||
#include "../../include/cglm/cglm.h"
|
||||
#include "../../include/cglm/clipspace/ortho_lh_no.h"
|
||||
#include "../../include/cglm/call/clipspace/ortho_lh_no.h"
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
* Full license can be found in the LICENSE file
|
||||
*/
|
||||
|
||||
#include "../../include/cglm/cglm.h"
|
||||
#include "../../include/cglm/clipspace/ortho_lh_zo.h"
|
||||
#include "../../include/cglm/call/clipspace/ortho_lh_zo.h"
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
* Full license can be found in the LICENSE file
|
||||
*/
|
||||
|
||||
#include "../../include/cglm/cglm.h"
|
||||
#include "../../include/cglm/clipspace/ortho_rh_no.h"
|
||||
#include "../../include/cglm/call/clipspace/ortho_rh_no.h"
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
* Full license can be found in the LICENSE file
|
||||
*/
|
||||
|
||||
#include "../../include/cglm/cglm.h"
|
||||
#include "../../include/cglm/clipspace/ortho_rh_zo.h"
|
||||
#include "../../include/cglm/call/clipspace/ortho_rh_zo.h"
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include "../../include/cglm/clipspace/persp_lh_no.h"
|
||||
#include "../../include/cglm/call/clipspace/persp_lh_no.h"
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include "../../include/cglm/clipspace/persp_lh_zo.h"
|
||||
#include "../../include/cglm/call/clipspace/persp_lh_zo.h"
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include "../../include/cglm/clipspace/persp_rh_no.h"
|
||||
#include "../../include/cglm/call/clipspace/persp_rh_no.h"
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include "../../include/cglm/clipspace/persp_rh_zo.h"
|
||||
#include "../../include/cglm/call/clipspace/persp_rh_zo.h"
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include "../../include/cglm/clipspace/project_no.h"
|
||||
#include "../../include/cglm/call/clipspace/project_no.h"
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include "../../include/cglm/clipspace/project_zo.h"
|
||||
#include "../../include/cglm/call/clipspace/project_zo.h"
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
* Full license can be found in the LICENSE file
|
||||
*/
|
||||
|
||||
#include "../../include/cglm/cglm.h"
|
||||
#include "../../include/cglm/clipspace/view_lh_no.h"
|
||||
#include "../../include/cglm/call/clipspace/view_lh_no.h"
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
* Full license can be found in the LICENSE file
|
||||
*/
|
||||
|
||||
#include "../../include/cglm/cglm.h"
|
||||
#include "../../include/cglm/clipspace/view_lh_zo.h"
|
||||
#include "../../include/cglm/call/clipspace/view_lh_zo.h"
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
* Full license can be found in the LICENSE file
|
||||
*/
|
||||
|
||||
#include "../../include/cglm/cglm.h"
|
||||
#include "../../include/cglm/clipspace/view_rh_no.h"
|
||||
#include "../../include/cglm/call/clipspace/view_rh_no.h"
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
* Full license can be found in the LICENSE file
|
||||
*/
|
||||
|
||||
#include "../../include/cglm/cglm.h"
|
||||
#include "../../include/cglm/clipspace/view_rh_zo.h"
|
||||
#include "../../include/cglm/call/clipspace/view_rh_zo.h"
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user