Housekeeping
- Rename cItemRec -> cItem and cItemRec::type -> cItem::weap_type - Clear out a lot of commented code - Remove the flag_x members in the scenario that used to store the scenario's password hash (or something like that)
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
//
|
||||
//
|
||||
|
||||
#include "universe.h" // Include before Cocoa because the Cocoa header defines things that cause compilation errors in here
|
||||
#include <Cocoa/Cocoa.h>
|
||||
#include <memory>
|
||||
#include <algorithm>
|
||||
#include "fileio.hpp"
|
||||
#include "boe.global.h"
|
||||
#include "dlogutil.hpp"
|
||||
#include "universe.h"
|
||||
|
||||
extern void finish_load_party();
|
||||
extern void end_startup();
|
||||
|
Reference in New Issue
Block a user