F4MP/tiltedcode/Code/common/Map.cpp

7 lines
89 B
C++
Raw Normal View History

#include "Map.h"
Cell* Map::At(int32_t aX, int32_t aY) noexcept
{
return nullptr;
}