mirror of
https://github.com/AxioDL/PrimeAPI.git
synced 2026-03-30 11:38:46 -07:00
13 lines
198 B
C++
13 lines
198 B
C++
#ifndef CWORLD_HPP
|
|
#define CWORLD_HPP
|
|
|
|
#include <PrimeAPI.h>
|
|
|
|
class CWorld
|
|
{
|
|
public:
|
|
TAreaId IGetAreaId(uint areaAssetId) const;
|
|
TAreaId GetAreaId(uint areaAssetId) const;
|
|
};
|
|
|
|
#endif // CWORLD_HPP
|