mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Reformat annotations in preparation for automated extraction
This commit is contained in:
@@ -17,7 +17,7 @@ private:
|
||||
|
||||
boost::mutex mLock;
|
||||
|
||||
// VFALCO: TODO Move this function to some "math utilities" file
|
||||
// VFALCO TODO Move this function to some "math utilities" file
|
||||
// compute (value)*(mul)/(div) - avoid overflow but keep precision
|
||||
uint64 mulDiv (uint64 value, uint32 mul, uint64 div)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user