mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-12 23:40:53 +01:00
6 lines
89 B
C++
6 lines
89 B
C++
#include "Map.h"
|
|
|
|
Cell* Map::At(int32_t aX, int32_t aY) noexcept
|
|
{
|
|
return nullptr;
|
|
}
|