HDK
|
#include "PRM_API.h"
#include <UT/UT_NonCopyable.h>
#include <UT/UT_String.h>
#include <UT/UT_ValArray.h>
Go to the source code of this file.
Classes | |
class | PRM_ScriptPage |
struct | PRM_ScriptPage::TokenParmCount |
Macros | |
#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 20 of file PRM_ScriptPage.h.
#define ISWARNING | ( | msg | ) | { is.warning(msg); } |
Definition at line 21 of file PRM_ScriptPage.h.