mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-08-26 13:51:49 +00:00
Fix HUD_ChatInputPosition qualifier (#323)
This commit is contained in:
parent
939237df71
commit
99dc2c519f
@ -29,7 +29,7 @@ Sets the location of the input for chat text
|
|||||||
==========================
|
==========================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void DLLEXPORT HUD_ChatInputPosition( int *x, int *y )
|
extern "C" void DLLEXPORT HUD_ChatInputPosition( int *x, int *y )
|
||||||
{
|
{
|
||||||
// RecClChatInputPosition( x, y );
|
// RecClChatInputPosition( x, y );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user