diff options
| author | Martin Ridgers <[email protected]> | 2021-09-14 14:25:46 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-09-14 15:44:00 +0200 |
| commit | 22e1bfb58064637186b3112af4668c80f3492a86 (patch) | |
| tree | f795962857781ec0ed1a7c31fc9acb631d87315d /zencore/include | |
| parent | Define _CRT_SECURE_NO_WARNINGS (diff) | |
| download | zen-22e1bfb58064637186b3112af4668c80f3492a86.tar.xz zen-22e1bfb58064637186b3112af4668c80f3492a86.zip | |
Added test case for some of intmath.h's functions
Diffstat (limited to 'zencore/include')
| -rw-r--r-- | zencore/include/zencore/intmath.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zencore/include/zencore/intmath.h b/zencore/include/zencore/intmath.h index 90b7cf9f6..85447c17a 100644 --- a/zencore/include/zencore/intmath.h +++ b/zencore/include/zencore/intmath.h @@ -177,4 +177,8 @@ Max(auto x, auto y) return x > y ? x : y; } +////////////////////////////////////////////////////////////////////////// + +void intmath_forcelink(); // internal + } // namespace zen |