fix including headers, and suppress warnings

This commit is contained in:
Recep Aslantas
2021-08-16 15:51:52 +03:00
parent 4c8f7f310c
commit a2bd00df32
27 changed files with 23 additions and 13 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -6,6 +6,7 @@
*/
#include "../../include/cglm/clipspace/persp_lh_no.h"
#include "../../include/cglm/call/clipspace/persp_lh_no.h"
CGLM_EXPORT
void

View File

@@ -6,6 +6,7 @@
*/
#include "../../include/cglm/clipspace/persp_lh_zo.h"
#include "../../include/cglm/call/clipspace/persp_lh_zo.h"
CGLM_EXPORT
void

View File

@@ -6,6 +6,7 @@
*/
#include "../../include/cglm/clipspace/persp_rh_no.h"
#include "../../include/cglm/call/clipspace/persp_rh_no.h"
CGLM_EXPORT
void

View File

@@ -6,6 +6,7 @@
*/
#include "../../include/cglm/clipspace/persp_rh_zo.h"
#include "../../include/cglm/call/clipspace/persp_rh_zo.h"
CGLM_EXPORT
void

View File

@@ -6,6 +6,7 @@
*/
#include "../../include/cglm/clipspace/project_no.h"
#include "../../include/cglm/call/clipspace/project_no.h"
CGLM_EXPORT
void

View File

@@ -6,6 +6,7 @@
*/
#include "../../include/cglm/clipspace/project_zo.h"
#include "../../include/cglm/call/clipspace/project_zo.h"
CGLM_EXPORT
void

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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