0ad/source/simulation2/docs/ICmpExample.cpp
Itms 81eb74163e Happy New Year *cough*(Years)*cough*!
Also fix some whitespace.

This was SVN commit r19110.
2017-01-04 21:00:16 +00:00

15 lines
383 B
C++

/* Copyright (C) 2017 Wildfire Games.
* ...the usual copyright header...
*/
#include "precompiled.h"
#include "ICmpExample.h"
#include "simulation2/system/InterfaceScripted.h"
BEGIN_INTERFACE_WRAPPER(Example)
DEFINE_INTERFACE_METHOD_2("DoWhatever", int, ICmpExample, DoWhatever, int, int)
// DEFINE_INTERFACE_METHOD for all the other methods too
END_INTERFACE_WRAPPER(Example)