diff options
| author | Steven Fuller <relnev@icculus.org> | 2017-05-05 12:00:00 +0200 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 03:51:51 +0200 |
| commit | 5673c1665a2c6d7fdaf1a20d554bb135a20c7bc8 (patch) | |
| tree | ccf08c484f14d7c5e95fa7f645db2014d61ebb78 /src/winfiles.c | |
| parent | 0de664d0a886bcda45a0cd05551b6896c5c46ed0 (diff) | |
Import icculus.org release (2017-05-05)
Diffstat (limited to 'src/winfiles.c')
| -rw-r--r-- | src/winfiles.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/winfiles.c b/src/winfiles.c index 798210d..38ebfe3 100644 --- a/src/winfiles.c +++ b/src/winfiles.c @@ -762,10 +762,8 @@ static const char* GetGlobalDirectory(const char* argv0) /* Game-specific initialization */ -extern "C" { - extern char const *SecondTex_Directory; - extern char const *SecondSoundDir; -} +extern char const *SecondTex_Directory; +extern char const *SecondSoundDir; void InitGameDirectories(char *argv0) { |
