Setup b_socheader for c++
This commit is contained in:
parent
012df40fcd
commit
e2ab07a266
1 changed files with 8 additions and 0 deletions
|
|
@ -10,10 +10,18 @@
|
|||
#ifndef __B_SOC__
|
||||
#define __B_SOC__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "../doomstat.h"
|
||||
#include "../deh_soc.h"
|
||||
|
||||
boolean B_UseWallTransfer(void);
|
||||
boolean B_UseTerrainDef(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue