mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-19 04:10:54 +00:00
8 lines
166 B
C++
8 lines
166 B
C++
|
|
#include "math/public/float4_dispatch.h"
|
||
|
|
|
||
|
|
namespace math_backend::float4::dispatch
|
||
|
|
{
|
||
|
|
// Single definition of the global dispatch table
|
||
|
|
Float4Funcs gFloat4{};
|
||
|
|
}
|