|
QSDK 1.1 Documentation |
Go to the source code of this file.
Defines | |
| #define | CHECK_QVALID(obj, msg) |
| #define | CHECK_URET(res, msg) |
Functions | |
| Utils::Result | loadManicCube () |
Definition in file ptut81.cpp.
|
|
Value: { \
if (!obj.valid()) { \
EPF(logger, "Failed: %s", msg); \
return 1; \
} \
}
|
|
|
Value: { \
if (!Utils::succeeded(res)) { \
EPF(logger, "Failed: %s", msg); \
return 1; \
} \
}
|
|
|
|
|
|
|
Qube Software Limited © 2000-2004
|
|