Spellforce-Spell-framework
Loading...
Searching...
No Matches
sf_building_structures.h File Reference
#include <stdint.h>
#include <stdbool.h>
#include "../sf_general_structures.h"
Include dependency graph for sf_building_structures.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  BuildingAuxEntry
struct  BuildingAuxEntry_related
struct  GdBuilding
struct  SF_CGdBuilding
struct  BuildingResource
struct  astruct32
struct  SF_CGdBuildingToolbox
struct  SF_CGdResource

Typedefs

typedef struct BuildingAuxEntry BuildingAuxEntry
typedef struct astruct32 astruct32
typedef struct BuildingResource BuildingResource
typedef void(__thiscall * addBuilding_ptr) (void *_this, void *struct1, void *struct2)
typedef void(__thiscall * addBuildingAuxData_ptr) (void *_this, BuildingAuxEntry_related *entry, uint8_t *building_id)
typedef void(__thiscall * setCollisionListSize_ptr) (uint_list_node *_this, uint8_t list_size)

Typedef Documentation

◆ addBuilding_ptr

typedef void(__thiscall * addBuilding_ptr) (void *_this, void *struct1, void *struct2)

Definition at line 133 of file sf_building_structures.h.

◆ addBuildingAuxData_ptr

typedef void(__thiscall * addBuildingAuxData_ptr) (void *_this, BuildingAuxEntry_related *entry, uint8_t *building_id)

Definition at line 134 of file sf_building_structures.h.

◆ astruct32

typedef struct astruct32 astruct32

Definition at line 68 of file sf_building_structures.h.

◆ BuildingAuxEntry

typedef struct BuildingAuxEntry BuildingAuxEntry

Definition at line 8 of file sf_building_structures.h.

◆ BuildingResource

typedef struct BuildingResource BuildingResource

Definition at line 69 of file sf_building_structures.h.

◆ setCollisionListSize_ptr

typedef void(__thiscall * setCollisionListSize_ptr) (uint_list_node *_this, uint8_t list_size)

Definition at line 135 of file sf_building_structures.h.