MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / writeLEWord

Function writeLEWord

Source/stdafx.hpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92inline void writeLEWord( const void *buffer, uint16 pValue ) {
93 uint16* wordBytes = (uint16 *) buffer;
94 *wordBytes = pValue;
95}
96
97#ifndef _WIN32
98 #include <unistd.h>

Callers 3

MapTile_SetMethod · 0.85
Map_Destroy_TilesMethod · 0.85
Tile_SetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected