mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-11 15:38:12 +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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user