#include "PRM_API.h"#include <UT/UT_String.h>#include <UT/UT_PtrArray.h>Go to the source code of this file.
Classes | |
| class | PRM_ScriptPage |
Defines | |
| #define | ISERROR(msg) { is.error(msg); return 0; } |
| #define | ISWARNING(msg) { is.warning(msg); } |
| #define ISERROR | ( | msg | ) | { is.error(msg); return 0; } |
Definition at line 27 of file PRM_ScriptPage.h.
| #define ISWARNING | ( | msg | ) | { is.warning(msg); } |
Definition at line 28 of file PRM_ScriptPage.h.
1.5.9