MCPcopy Create free account
hub / github.com/SimHacker/micropolis / setBuffer

Method setBuffer

MicropolisCore/src/TileEngine/src/tileengine.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106
107void TileEngine::setBuffer(
108 void *buf)
109{
110 bufData = buf;
111}
112
113
114unsigned long TileEngine::getValue(

Calls

no outgoing calls

Tested by

no test coverage detected