12345678910111213141516171819 |
- #include "FTTColour.h"
- //-------------------------------------------------------------------------------------------------
- //00262D08
- void FTTColour_ApplyAlpha(uint, int) {
- }
- //-------------------------------------------------------------------------------------------------
- //00262D1C
- uint FTTColour_AddPercentileAlpha(unsigned int a1, float a2){
- srand((unsigned)time(NULL));
- int ret = rand();
- printf("%x%x%x",ret,a1,a2);
- return ret;
- }
- //-------------------------------------------------------------------------------------------------
- //00262D68
- void FTTColour_Recolour(uint, float, float, float, float) {
- }
- //-------------------------------------------------------------------------------------------------
|