mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Engine directory for ticket #1
This commit is contained in:
parent
352279af7a
commit
7dbfe6994d
3795 changed files with 1363358 additions and 0 deletions
23
Engine/lib/lmng/contrib/bcb/mngdump/Help.cpp
Normal file
23
Engine/lib/lmng/contrib/bcb/mngdump/Help.cpp
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
//---------------------------------------------------------------------------
|
||||
// Help.cpp : Help pane text
|
||||
//---------------------------------------------------------------------------
|
||||
#include "Help.h"
|
||||
|
||||
// NB : If more text is to go in here don't forget to enlarge min/max
|
||||
extern char *_szHelp = {
|
||||
"\nA MNG developers tool to display the chunk data of MNG/JNG/PNG files."\
|
||||
"\n"
|
||||
"\nMngDump - Version 1.0 - September 2000"\
|
||||
"\n"\
|
||||
"\n NOTE - This program comes with NO warranties whatsoever."\
|
||||
"\n"\
|
||||
"\nInstruction for use ... press the folder button and load a file !"\
|
||||
"\n"\
|
||||
"\nThe following chunks are (currently) unsupported :"\
|
||||
"\nIJNG, IPNG, JSEP, MaGN, MAGN, oFFs, pCAL, sCAL"\
|
||||
"\n"\
|
||||
"\nThe program will be periodically updated, inline with libmng's growth."\
|
||||
"\nPlease report any bugs, suggestions, etc to the maintainer."
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue