mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
10 lines
361 B
C
10 lines
361 B
C
//Add custom implementations of stubbed functions here; this file won't be rewritten when re-generating stubs.
|
|
#ifndef STUB_EntityRuleHandler_EntityRuleHandler
|
|
#define STUB_EntityRuleHandler_EntityRuleHandler
|
|
EntityRuleHandler::EntityRuleHandler(EntityBuilder * eb)
|
|
: RuleHandler()
|
|
, m_builder(eb)
|
|
{
|
|
|
|
}
|
|
#endif //STUB_EntityRuleHandler_EntityRuleHandler
|