0ad/source/simulation2/docs/ICmpExample.cpp

15 lines
366 B
C++
Raw Normal View History

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