#include "WfEnums.h"
#include "StringKeyHashMap.h"
#include <stdbool.h>
Go to the source code of this file.
◆ MAX_LOCATION_NAME_LEN
| #define MAX_LOCATION_NAME_LEN 128 |
◆ DrawContext
◆ WfWorld_AddLocation()
| void WfWorld_AddLocation |
( |
const struct WfLocation * |
pLocation, |
|
|
const char * |
locationName |
|
) |
| |
◆ WfWorld_ClearLocations()
| void WfWorld_ClearLocations |
( |
| ) |
|
◆ WfWorld_GetCurrentLocationFilePath()
| char * WfWorld_GetCurrentLocationFilePath |
( |
| ) |
|
◆ WfWorld_GetCurrentLocationName()
| const char * WfWorld_GetCurrentLocationName |
( |
| ) |
|
◆ WfWorld_GetPreviousLocationName()
| const char * WfWorld_GetPreviousLocationName |
( |
| ) |
|
◆ WfWorld_LoadLocation()
| void WfWorld_LoadLocation |
( |
const char * |
locationName, |
|
|
DrawContext * |
pDC |
|
) |
| |
◆ WfWorld_SetCurrentLocationName()
| void WfWorld_SetCurrentLocationName |
( |
const char * |
name | ) |
|
◆ WfWorldInit()