Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ICmpExample.cpp
Go to the documentation of this file.
1 /* Copyright (C) 2013 Wildfire Games.
2  * ...the usual copyright header...
3  */
4 
5 #include "precompiled.h"
6 
7 #include "ICmpExample.h"
8 
10 
12 DEFINE_INTERFACE_METHOD_2("DoWhatever", int, ICmpExample, DoWhatever, int, int)
13 // DEFINE_INTERFACE_METHOD for all the other methods too
14 END_INTERFACE_WRAPPER(Example)
#define DEFINE_INTERFACE_METHOD_2(scriptname, rettype, classname, methodname, arg1, arg2)
#define END_INTERFACE_WRAPPER(iname)
Documentation to describe what this interface and its associated component types are for...
Definition: ICmpExample.h:29
#define BEGIN_INTERFACE_WRAPPER(iname)