mirror of
https://github.com/g-truc/glm.git
synced 2024-12-01 20:24:38 +00:00
7 lines
97 B
C
7 lines
97 B
C
|
#ifndef __HALF_TEST_H__
|
||
|
#define __HALF_TEST_H__
|
||
|
|
||
|
void test_half_full();
|
||
|
|
||
|
#endif//__HALF_TEST_H__
|