mirror of
https://github.com/icaven/glm.git
synced 2025-12-08 01:36:48 +08:00
7 lines
113 B
C
7 lines
113 B
C
#ifndef GLM_TEST_CAST_MAT_H
|
|
#define GLM_TEST_CAST_MAT_H
|
|
|
|
bool test_core_cast_mat();
|
|
|
|
#endif//GLM_TEST_CAST_MAT_H
|