diff options
| author | Juan Linietsky | 2016-06-22 23:12:20 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-06-22 23:13:41 -0300 |
| commit | d6225b1e0004c57cc50452ddb5d512fd6556a523 (patch) | |
| tree | eeb6169dcc735c6b66052581b81bb5a71b466509 /bin/tests/test_math.cpp | |
| parent | 842e7bfc2f81cda73fd9f16a1ade323a1a5d0292 (diff) | |
| download | godot-d6225b1e0004c57cc50452ddb5d512fd6556a523.tar.gz godot-d6225b1e0004c57cc50452ddb5d512fd6556a523.tar.zst godot-d6225b1e0004c57cc50452ddb5d512fd6556a523.zip | |
Diffstat (limited to 'bin/tests/test_math.cpp')
| -rw-r--r-- | bin/tests/test_math.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/tests/test_math.cpp b/bin/tests/test_math.cpp index 22d14ada3..9110f7262 100644 --- a/bin/tests/test_math.cpp +++ b/bin/tests/test_math.cpp @@ -40,6 +40,9 @@ #include "scene/resources/texture.h" #include "vmap.h" #include "os/os.h" + +#include "method_ptrcall.h" + namespace TestMath { @@ -105,8 +108,12 @@ uint32_t ihash3( uint32_t a) return a; } + + + MainLoop* test() { + return NULL; { |
