Browse Source

engine: include voice.h globally

pull/2/head
Alibek Omarov 3 years ago
parent
commit
69a9211fc9
  1. 1
      engine/client/client.h

1
engine/client/client.h

@ -33,6 +33,7 @@ GNU General Public License for more details. @@ -33,6 +33,7 @@ GNU General Public License for more details.
#include "net_api.h"
#include "world.h"
#include "ref_common.h"
#include "voice.h"
// client sprite types
#define SPR_CLIENT 0 // client sprite for temp-entities or user-textures

Loading…
Cancel
Save