|
LightWrap++
AC++wrapperfortheLightWave3DSDK
|
Include dependency graph for command.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | lwpp |
| contain Carbon specific code for the OSX XCode version platform_carbon.cpp lwpp | |
Typedefs | |
| typedef int | LWCommandFunc (const char *) |
Functions | |
| int | lwpp::SendCommand (const char *cmdname, const char *fmt,...) |
| Send a Command to layout during any context. | |
| int | lwpp::SendCommand (const std::string cmd) |
| typedef int LWCommandFunc(const char *) |