mirror of
https://github.com/thestk/stk
synced 2026-01-12 04:21:52 +00:00
6 lines
120 B
C
6 lines
120 B
C
#include "Object.h"
|
|
|
|
void swap16(unsigned char *ptr);
|
|
void swap32(unsigned char *ptr);
|
|
void swap64(unsigned char *ptr);
|