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