reman3/Rayman_X/cpa/Appli/BinaryTool2/inc/Threads.h

10 lines
246 B
C

#ifndef _THREAD_H_
#define _THREAD_H_
UINT fn_uiThreadBinarize( LPVOID _p_stParam );
UINT fn_uiThreadMakeGFTextures( LPVOID _p_vParam );
UINT fn_uiThreadMakeBigFileTextures( LPVOID _p_vParam );
UINT fn_uiThreadAnims( LPVOID _p_vParam );
#endif