mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Combine JA2UB includes with its function declaration ifdef
This commit is contained in:
@@ -112,17 +112,14 @@
|
||||
// Local Defines
|
||||
//
|
||||
/////////////////////////////////////////////////////
|
||||
#include <language.hpp>
|
||||
|
||||
#ifdef JA2UB
|
||||
#include "Ja25 Strategic Ai.h"
|
||||
#include "Ja25_Tactical.h"
|
||||
#include "ub_config.h"
|
||||
#include "Ja25Update.h"
|
||||
#endif
|
||||
|
||||
#include <language.hpp>
|
||||
|
||||
|
||||
#ifdef JA2UB
|
||||
//void ConvertWeapons( SOLDIERTYPE *pSoldier );
|
||||
extern void MakeBadSectorListFromMapsOnHardDrive( BOOLEAN fDisplayMessages ); // ja25 UB
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user