mirror of
https://github.com/recp/cglm.git
synced 2025-12-25 04:44:58 +00:00
13 lines
210 B
C
13 lines
210 B
C
/*
|
|
* Copyright (c), Recep Aslantas.
|
|
* MIT License (MIT), http://opensource.org/licenses/MIT
|
|
*/
|
|
|
|
#ifndef test_tests_h
|
|
#define test_tests_h
|
|
|
|
/* mat4 */
|
|
void test_mat4(void **state);
|
|
|
|
#endif /* test_tests_h */
|