Clean up includes in the "classes" folder
- Canonicalized the header guards - Removed all the sneaky dependencies between files - Made sure includes were properly sorted
This commit is contained in:
@@ -6,11 +6,16 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef TMPLTOWN_H
|
||||
#define TMPLTOWN_H
|
||||
#ifndef BOE_DATA_TMPLTOWN_H
|
||||
#define BOE_DATA_TMPLTOWN_H
|
||||
|
||||
#include <iosfwd>
|
||||
|
||||
#include "location.h"
|
||||
#include "monster.h"
|
||||
#include "simpletypes.h"
|
||||
#include "regtown.h"
|
||||
|
||||
class cTemplTown {
|
||||
public:
|
||||
class cCityBlock { // formerly city_block_type
|
||||
|
Reference in New Issue
Block a user