Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
inline 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_Set
Method · 0.85
Map_Destroy_Tiles
Method · 0.85
Tile_Set
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected