mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Complete LegoCarBuild
(#1144)
* Complete `LegoCarBuild` * Fix match error * Address review comments * Fix regression * Fix minor sign comparison issue --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -39,6 +39,9 @@ inline void Swap(T& p_t1, T& p_t2)
|
||||
p_t2 = t;
|
||||
}
|
||||
|
||||
// TEMPLATE: BETA10 0x10073c20
|
||||
// Swap
|
||||
|
||||
template <class T>
|
||||
inline T DToR(T p_d)
|
||||
{
|
||||
|
Reference in New Issue
Block a user