F4MP/codigos originales/tiltedcode/Code/server/Game/Region.h

11 lines
95 B
C
Raw Normal View History

#pragma once
struct Cell;
struct Region
{
private:
// Map<glm::ivec2, Cell> m_cells;
};