10 lines
150 B
C
10 lines
150 B
C
#pragma once
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#include <windows.h>
|
|
|
|
#include "Common.h"
|
|
|
|
void InitProjectilesSoundFix();
|
|
void InitProjectilesServerFix();
|