Convert PowerVR POD file to h file

Can I generate .h files from .pod files? Any tools?

nobody wrote:
Can I generate .h files from .pod files? Any tools?
 
Hi,
 
The Filewrap utility that comes with our SDK is capable of doing this. Just use a variation on the following command-line to generate a .h from a .pod file
 
Filewrap.exe -h -o Scene.h Scene.pod
 
Thanks,
 
Scott