Browse Source

Fix HUD_ChatInputPosition qualifier (#323)

fix-cwd-path
Roman Chistokhodov 2 years ago committed by GitHub
parent
commit
99dc2c519f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cl_dll/vgui_SpectatorPanel.cpp

2
cl_dll/vgui_SpectatorPanel.cpp

@ -29,7 +29,7 @@ Sets the location of the input for chat text @@ -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…
Cancel
Save