mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Add default parameter values to CMap::GetItem
This commit is contained in:
parent
7273574d68
commit
cd9d0e5e16
|
@ -21,7 +21,7 @@ public:
|
|||
void UnloadData(int Index) override;
|
||||
int NumData() const override;
|
||||
|
||||
void *GetItem(int Index, int *pType, int *pID) override;
|
||||
void *GetItem(int Index, int *pType = nullptr, int *pID = nullptr) override;
|
||||
int GetItemSize(int Index) override;
|
||||
void GetType(int Type, int *pStart, int *pNum) override;
|
||||
void *FindItem(int Type, int ID) override;
|
||||
|
|
Loading…
Reference in a new issue