8 lines
249 B
C
8 lines
249 B
C
//------------------------------------------------------------------------------
|
|
// sokol-test.c
|
|
// Sokol headers main test source.
|
|
//------------------------------------------------------------------------------
|
|
#include "utest.h"
|
|
|
|
UTEST_MAIN();
|