mirror of
https://github.com/g-truc/glm.git
synced 2024-11-26 18:24:35 +00: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
|