daemon03's picture
Upload 27 files
7c6501b verified
raw
history blame contribute delete
161 Bytes
#include "decompress.h"
void getWaterImage(qtNode ** node);
void getMirrorImage(qtNode ** node);
void rotateLeft(qtNode** t);
void rotateRight(qtNode** t);