mirror of
https://github.com/thestk/stk
synced 2026-01-19 23:51:51 +00:00
7 lines
135 B
C
7 lines
135 B
C
#include "Object.h"
|
|
|
|
INT32 SwapINT32(INT32 inf);
|
|
INT16 SwapINT16(INT16 inf);
|
|
float SwapFloat(float inf);
|
|
double SwapDouble(float inf);
|