#include "THPSimple.h"
u32 THPSimpleCalcNeedMemory(void);
None.
Returns the work area size, if successful; 0 otherwise.
This function calculates the size of the work area needed by the simple player to play the THP movie data.
The work area size depends on the THP movie data. Always call this function to obtain the correct size information when starting to play new THP movie data.
03/01/2006 Initial version.