Ares
Functions | Variables

Body.cpp File Reference

#include "Body.h"
#include "../../Ares.h"
#include <HouseTypeClass.h>
#include <HouseClass.h>
#include <ScenarioClass.h>

Functions

 DEFINE_HOOK (42784B, AnimTypeClass_CTOR, 5)
 DEFINE_HOOK (428EA8, AnimTypeClass_SDDTOR, 5)
 DEFINE_HOOK (428800, AnimTypeClass_SaveLoad_Prefix, A) DEFINE_HOOK_AGAIN(428970

Variables

 AnimTypeClass_SaveLoad_Prefix

Function Documentation

DEFINE_HOOK ( 42784B  ,
AnimTypeClass_CTOR  ,
 
)
{
        GET(AnimTypeClass*, pItem, EAX);

        AnimTypeExt::ExtMap.FindOrAllocate(pItem);
        return 0;
}
DEFINE_HOOK ( 428800  ,
AnimTypeClass_SaveLoad_Prefix  ,
 
)
DEFINE_HOOK ( 428EA8  ,
AnimTypeClass_SDDTOR  ,
 
)
{
        GET(AnimTypeClass*, pItem, ECX);

        AnimTypeExt::ExtMap.Remove(pItem);
        return 0;
}

Variable Documentation

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines