#include <stdio.h>#include <Max.h>#include "dllmain.h"#include "w3ddesc.h"#include "w3dexp.h"#include "w3dutil.h"#include "skin.h"#include "gamemtl.h"#include "gamemaps.h"#include "MeshDeform.H"#include "AlphaModifier.h"#include "gridsnapmodifier.h"#include "resource.h"Go to the source code of this file.
Macros | |
| #define | DLLEXPORT __declspec(dllexport) |
Functions | |
| BOOL WINAPI | DllMain (HINSTANCE hinstDLL, ULONG, LPVOID) |
| DLLEXPORT const TCHAR * | LibDescription () |
| DLLEXPORT int | LibNumberClasses () |
| DLLEXPORT ClassDesc * | LibClassDesc (int i) |
| DLLEXPORT ULONG | LibVersion () |
| TCHAR * | Get_String (int id) |
Variables | |
| HINSTANCE | AppInstance = NULL |
| #define DLLEXPORT __declspec(dllexport) |
Definition at line 60 of file dllmain.cpp.
Definition at line 85 of file dllmain.cpp.
| TCHAR * Get_String | ( | int | id | ) |
Definition at line 198 of file dllmain.cpp.
| DLLEXPORT ClassDesc * LibClassDesc | ( | int | i | ) |
Definition at line 147 of file dllmain.cpp.
| DLLEXPORT const TCHAR * LibDescription | ( | ) |
Definition at line 112 of file dllmain.cpp.
| DLLEXPORT int LibNumberClasses | ( | ) |
Definition at line 129 of file dllmain.cpp.
Definition at line 180 of file dllmain.cpp.
| HINSTANCE AppInstance = NULL |
Definition at line 67 of file dllmain.cpp.