#include "Messenger.h"
#include <dlfcn.h>
Go to the source code of this file.
Namespaces | |
namespace | cmlabs |
Defines | |
#define | DLLHandle void* |
Typedefs | |
typedef int(* | cmlabs::DLLFunction )(Messenger *messenger) |
typedef int(* | cmlabs::DLLUnitTestFunction )(ObjectCollection *col) |
typedef char *(* | cmlabs::DLLCheckFunction )() |