Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atraczyk/2d-engine
/ DynamicTileMapList
Method
DynamicTileMapList
engine/src/tile.h:191–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
std::vector<Vector2 (*) (unsigned int)> movementfunctions;
190
191
DynamicTileMapList ()
192
{
193
count = 0;
194
};
195
~DynamicTileMapList (){};
196
197
void
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected