From f32addd71550f467113dac47a1d601e1695584d3 Mon Sep 17 00:00:00 2001 From: leandor Date: Wed, 2 Nov 2016 03:40:35 -0300 Subject: [PATCH] (#6) Non-relative #include(s) for module headers Adjusted `#include`s not to depend on relative folder structure and instead be based on module of origin, as this: `#include "/
.h"` This is allowed by the fact that the `src` directory is added to the INCLUDES search path. --- src/capi/CBash.cpp | 2 +- src/game/FalloutNewVegas/FNVFile.cpp | 4 ++-- src/game/FalloutNewVegas/FNVFile.h | 10 ++++++---- src/game/FalloutNewVegas/Records/ACHRRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/ACHRRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/ACRERecord.cpp | 2 +- src/game/FalloutNewVegas/Records/ACRERecord.h | 4 ++-- src/game/FalloutNewVegas/Records/ACTIRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/ACTIRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/ADDNRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/ADDNRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/ALCHRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/ALCHRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/ALOCRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/ALOCRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/AMEFRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/AMEFRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/AMMORecord.cpp | 2 +- src/game/FalloutNewVegas/Records/AMMORecord.h | 4 ++-- src/game/FalloutNewVegas/Records/ANIORecord.cpp | 2 +- src/game/FalloutNewVegas/Records/ANIORecord.h | 4 ++-- src/game/FalloutNewVegas/Records/API/ACHRRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/ACRERecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/ACTIRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/ADDNRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/ALCHRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/ALOCRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/AMEFRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/AMMORecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/ANIORecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/ARMARecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/ARMORecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/ASPCRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/AVIFRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/BOOKRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/BPTDRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/CAMSRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/CCRDRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/CDCKRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/CELLRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/CHALRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/CHIPRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/CLASRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/CLMTRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/CMNYRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/COBJRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/CONTRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/CPTHRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/CREARecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/CSNORecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/CSTYRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/DEBRRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/DEHYRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/DIALRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/DOBJRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/DOORRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/ECZNRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/EFSHRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/ENCHRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/EXPLRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/EYESRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/FACTRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/FLSTRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/FURNRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/GLOBRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/GMSTRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/GRASRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/HAIRRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/HDPTRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/HUNGRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/IDLERecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/IDLMRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/IMADRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/IMGSRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/IMODRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/INFORecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/INGRRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/IPCTRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/IPDSRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/KEYMRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/LANDRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/LGTMRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/LIGHRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/LSCRRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/LSCTRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/LTEXRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/LVLCRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/LVLIRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/LVLNRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/MESGRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/MGEFRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/MICNRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/MISCRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/MSETRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/MSTTRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/MUSCRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/NAVIRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/NAVMRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/NOTERecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/NPC_RecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/PACKRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/PBEARecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/PCBERecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/PERKRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/PFLARecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/PGRERecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/PMISRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/PROJRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/PWATRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/QUSTRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/RACERecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/RADSRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/RCCTRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/RCPERecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/REFRRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/REGNRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/REPURecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/RGDLRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/SCOLRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/SCPTRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/SLPDRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/SOUNRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/SPELRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/STATRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/TACTRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/TERMRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/TREERecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/TXSTRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/VTYPRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/WATRRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/WEAPRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/WRLDRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/API/WTHRRecordAPI.cpp | 2 +- src/game/FalloutNewVegas/Records/ARMARecord.cpp | 2 +- src/game/FalloutNewVegas/Records/ARMARecord.h | 4 ++-- src/game/FalloutNewVegas/Records/ARMORecord.cpp | 2 +- src/game/FalloutNewVegas/Records/ARMORecord.h | 4 ++-- src/game/FalloutNewVegas/Records/ASPCRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/ASPCRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/AVIFRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/AVIFRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/BOOKRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/BOOKRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/BPTDRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/BPTDRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/CAMSRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/CAMSRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/CCRDRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/CCRDRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/CDCKRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/CDCKRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/CELLRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/CELLRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/CHALRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/CHALRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/CHIPRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/CHIPRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/CLASRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/CLASRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/CLMTRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/CLMTRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/CMNYRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/CMNYRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/COBJRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/COBJRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/CONTRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/CONTRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/CPTHRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/CPTHRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/CREARecord.cpp | 2 +- src/game/FalloutNewVegas/Records/CREARecord.h | 4 ++-- src/game/FalloutNewVegas/Records/CSNORecord.cpp | 2 +- src/game/FalloutNewVegas/Records/CSNORecord.h | 4 ++-- src/game/FalloutNewVegas/Records/CSTYRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/CSTYRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/DEBRRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/DEBRRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/DEHYRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/DEHYRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/DIALRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/DIALRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/DOBJRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/DOBJRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/DOORRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/DOORRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/ECZNRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/ECZNRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/EFSHRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/EFSHRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/ENCHRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/ENCHRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/EXPLRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/EXPLRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/EYESRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/EYESRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/FACTRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/FACTRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/FLSTRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/FLSTRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/FURNRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/FURNRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/GLOBRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/GLOBRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/GMSTRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/GMSTRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/GRASRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/GRASRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/HAIRRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/HAIRRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/HDPTRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/HDPTRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/HUNGRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/HUNGRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/IDLERecord.cpp | 2 +- src/game/FalloutNewVegas/Records/IDLERecord.h | 4 ++-- src/game/FalloutNewVegas/Records/IDLMRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/IDLMRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/IMADRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/IMADRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/IMGSRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/IMGSRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/IMODRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/IMODRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/INFORecord.cpp | 2 +- src/game/FalloutNewVegas/Records/INFORecord.h | 4 ++-- src/game/FalloutNewVegas/Records/INGRRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/INGRRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/IPCTRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/IPCTRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/IPDSRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/IPDSRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/KEYMRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/KEYMRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/LANDRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/LANDRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/LGTMRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/LGTMRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/LIGHRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/LIGHRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/LSCRRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/LSCRRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/LSCTRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/LSCTRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/LTEXRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/LTEXRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/LVLCRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/LVLCRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/LVLIRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/LVLIRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/LVLNRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/LVLNRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/MESGRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/MESGRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/MGEFRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/MGEFRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/MICNRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/MICNRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/MISCRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/MISCRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/MSETRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/MSETRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/MSTTRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/MSTTRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/MUSCRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/MUSCRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/NAVIRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/NAVIRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/NAVMRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/NAVMRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/NOTERecord.cpp | 2 +- src/game/FalloutNewVegas/Records/NOTERecord.h | 4 ++-- src/game/FalloutNewVegas/Records/NPC_Record.cpp | 2 +- src/game/FalloutNewVegas/Records/NPC_Record.h | 4 ++-- src/game/FalloutNewVegas/Records/PACKRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/PACKRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/PBEARecord.cpp | 2 +- src/game/FalloutNewVegas/Records/PBEARecord.h | 4 ++-- src/game/FalloutNewVegas/Records/PCBERecord.cpp | 2 +- src/game/FalloutNewVegas/Records/PCBERecord.h | 4 ++-- src/game/FalloutNewVegas/Records/PERKRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/PERKRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/PFLARecord.cpp | 2 +- src/game/FalloutNewVegas/Records/PFLARecord.h | 4 ++-- src/game/FalloutNewVegas/Records/PGRERecord.cpp | 2 +- src/game/FalloutNewVegas/Records/PGRERecord.h | 4 ++-- src/game/FalloutNewVegas/Records/PMISRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/PMISRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/PROJRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/PROJRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/PWATRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/PWATRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/QUSTRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/QUSTRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/RACERecord.cpp | 2 +- src/game/FalloutNewVegas/Records/RACERecord.h | 4 ++-- src/game/FalloutNewVegas/Records/RADSRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/RADSRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/RCCTRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/RCCTRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/RCPERecord.cpp | 2 +- src/game/FalloutNewVegas/Records/RCPERecord.h | 4 ++-- src/game/FalloutNewVegas/Records/REFRRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/REFRRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/REGNRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/REGNRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/REPURecord.cpp | 2 +- src/game/FalloutNewVegas/Records/REPURecord.h | 4 ++-- src/game/FalloutNewVegas/Records/RGDLRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/RGDLRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/SCOLRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/SCOLRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/SCPTRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/SCPTRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/SLPDRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/SLPDRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/SOUNRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/SOUNRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/SPELRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/SPELRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/STATRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/STATRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/TACTRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/TACTRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/TERMRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/TERMRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/TREERecord.cpp | 2 +- src/game/FalloutNewVegas/Records/TREERecord.h | 4 ++-- src/game/FalloutNewVegas/Records/TXSTRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/TXSTRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/VTYPRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/VTYPRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/WATRRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/WATRRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/WEAPRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/WEAPRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/WRLDRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/WRLDRecord.h | 4 ++-- src/game/FalloutNewVegas/Records/WTHRRecord.cpp | 2 +- src/game/FalloutNewVegas/Records/WTHRRecord.h | 4 ++-- src/game/Oblivion/Records/ACHRRecord.cpp | 2 +- src/game/Oblivion/Records/ACHRRecord.h | 4 ++-- src/game/Oblivion/Records/ACRERecord.cpp | 2 +- src/game/Oblivion/Records/ACRERecord.h | 4 ++-- src/game/Oblivion/Records/ACTIRecord.cpp | 2 +- src/game/Oblivion/Records/ACTIRecord.h | 4 ++-- src/game/Oblivion/Records/ALCHRecord.cpp | 2 +- src/game/Oblivion/Records/ALCHRecord.h | 4 ++-- src/game/Oblivion/Records/AMMORecord.cpp | 2 +- src/game/Oblivion/Records/AMMORecord.h | 4 ++-- src/game/Oblivion/Records/ANIORecord.cpp | 2 +- src/game/Oblivion/Records/ANIORecord.h | 4 ++-- src/game/Oblivion/Records/API/ACHRRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/ACRERecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/ACTIRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/ALCHRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/AMMORecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/ANIORecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/APPARecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/ARMORecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/BOOKRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/BSGNRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/CELLRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/CLASRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/CLMTRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/CLOTRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/CONTRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/CREARecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/CSTYRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/DIALRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/DOORRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/EFSHRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/ENCHRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/EYESRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/FACTRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/FLORRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/FURNRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/GLOBRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/GMSTRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/GRASRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/HAIRRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/IDLERecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/INFORecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/INGRRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/KEYMRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/LANDRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/LIGHRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/LSCRRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/LTEXRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/LVLCRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/LVLIRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/LVSPRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/MGEFRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/MISCRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/NPC_RecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/PACKRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/PGRDRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/QUSTRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/RACERecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/REFRRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/REGNRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/ROADRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/SBSPRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/SCPTRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/SGSTRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/SKILRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/SLGMRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/SOUNRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/SPELRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/STATRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/TREERecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/WATRRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/WEAPRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/WRLDRecordAPI.cpp | 2 +- src/game/Oblivion/Records/API/WTHRRecordAPI.cpp | 2 +- src/game/Oblivion/Records/APPARecord.cpp | 2 +- src/game/Oblivion/Records/APPARecord.h | 4 ++-- src/game/Oblivion/Records/ARMORecord.cpp | 2 +- src/game/Oblivion/Records/ARMORecord.h | 4 ++-- src/game/Oblivion/Records/BOOKRecord.cpp | 2 +- src/game/Oblivion/Records/BOOKRecord.h | 4 ++-- src/game/Oblivion/Records/BSGNRecord.cpp | 2 +- src/game/Oblivion/Records/BSGNRecord.h | 4 ++-- src/game/Oblivion/Records/CELLRecord.cpp | 2 +- src/game/Oblivion/Records/CELLRecord.h | 6 +++--- src/game/Oblivion/Records/CLASRecord.cpp | 2 +- src/game/Oblivion/Records/CLASRecord.h | 4 ++-- src/game/Oblivion/Records/CLMTRecord.cpp | 2 +- src/game/Oblivion/Records/CLMTRecord.h | 4 ++-- src/game/Oblivion/Records/CLOTRecord.cpp | 2 +- src/game/Oblivion/Records/CLOTRecord.h | 4 ++-- src/game/Oblivion/Records/CONTRecord.cpp | 2 +- src/game/Oblivion/Records/CONTRecord.h | 4 ++-- src/game/Oblivion/Records/CREARecord.cpp | 2 +- src/game/Oblivion/Records/CREARecord.h | 4 ++-- src/game/Oblivion/Records/CSTYRecord.cpp | 2 +- src/game/Oblivion/Records/CSTYRecord.h | 4 ++-- src/game/Oblivion/Records/DIALRecord.cpp | 2 +- src/game/Oblivion/Records/DIALRecord.h | 4 ++-- src/game/Oblivion/Records/DOORRecord.cpp | 2 +- src/game/Oblivion/Records/DOORRecord.h | 4 ++-- src/game/Oblivion/Records/EFSHRecord.cpp | 2 +- src/game/Oblivion/Records/EFSHRecord.h | 4 ++-- src/game/Oblivion/Records/ENCHRecord.cpp | 2 +- src/game/Oblivion/Records/ENCHRecord.h | 4 ++-- src/game/Oblivion/Records/EYESRecord.cpp | 2 +- src/game/Oblivion/Records/EYESRecord.h | 4 ++-- src/game/Oblivion/Records/FACTRecord.cpp | 2 +- src/game/Oblivion/Records/FACTRecord.h | 4 ++-- src/game/Oblivion/Records/FLORRecord.cpp | 2 +- src/game/Oblivion/Records/FLORRecord.h | 4 ++-- src/game/Oblivion/Records/FURNRecord.cpp | 2 +- src/game/Oblivion/Records/FURNRecord.h | 4 ++-- src/game/Oblivion/Records/GLOBRecord.cpp | 2 +- src/game/Oblivion/Records/GLOBRecord.h | 4 ++-- src/game/Oblivion/Records/GMSTRecord.cpp | 2 +- src/game/Oblivion/Records/GMSTRecord.h | 4 ++-- src/game/Oblivion/Records/GRASRecord.cpp | 2 +- src/game/Oblivion/Records/GRASRecord.h | 4 ++-- src/game/Oblivion/Records/HAIRRecord.cpp | 2 +- src/game/Oblivion/Records/HAIRRecord.h | 4 ++-- src/game/Oblivion/Records/IDLERecord.cpp | 2 +- src/game/Oblivion/Records/IDLERecord.h | 4 ++-- src/game/Oblivion/Records/INFORecord.cpp | 2 +- src/game/Oblivion/Records/INFORecord.h | 4 ++-- src/game/Oblivion/Records/INGRRecord.cpp | 2 +- src/game/Oblivion/Records/INGRRecord.h | 4 ++-- src/game/Oblivion/Records/KEYMRecord.cpp | 2 +- src/game/Oblivion/Records/KEYMRecord.h | 4 ++-- src/game/Oblivion/Records/LANDRecord.cpp | 2 +- src/game/Oblivion/Records/LANDRecord.h | 4 ++-- src/game/Oblivion/Records/LIGHRecord.cpp | 2 +- src/game/Oblivion/Records/LIGHRecord.h | 4 ++-- src/game/Oblivion/Records/LSCRRecord.cpp | 2 +- src/game/Oblivion/Records/LSCRRecord.h | 4 ++-- src/game/Oblivion/Records/LTEXRecord.cpp | 2 +- src/game/Oblivion/Records/LTEXRecord.h | 4 ++-- src/game/Oblivion/Records/LVLCRecord.cpp | 2 +- src/game/Oblivion/Records/LVLCRecord.h | 4 ++-- src/game/Oblivion/Records/LVLIRecord.cpp | 2 +- src/game/Oblivion/Records/LVLIRecord.h | 4 ++-- src/game/Oblivion/Records/LVSPRecord.cpp | 2 +- src/game/Oblivion/Records/LVSPRecord.h | 4 ++-- src/game/Oblivion/Records/MGEFRecord.cpp | 2 +- src/game/Oblivion/Records/MGEFRecord.h | 4 ++-- src/game/Oblivion/Records/MISCRecord.cpp | 2 +- src/game/Oblivion/Records/MISCRecord.h | 4 ++-- src/game/Oblivion/Records/NPC_Record.cpp | 2 +- src/game/Oblivion/Records/NPC_Record.h | 4 ++-- src/game/Oblivion/Records/PACKRecord.cpp | 2 +- src/game/Oblivion/Records/PACKRecord.h | 4 ++-- src/game/Oblivion/Records/PGRDRecord.cpp | 2 +- src/game/Oblivion/Records/PGRDRecord.h | 4 ++-- src/game/Oblivion/Records/QUSTRecord.cpp | 2 +- src/game/Oblivion/Records/QUSTRecord.h | 4 ++-- src/game/Oblivion/Records/RACERecord.cpp | 2 +- src/game/Oblivion/Records/RACERecord.h | 4 ++-- src/game/Oblivion/Records/REFRRecord.cpp | 2 +- src/game/Oblivion/Records/REFRRecord.h | 4 ++-- src/game/Oblivion/Records/REGNRecord.cpp | 2 +- src/game/Oblivion/Records/REGNRecord.h | 4 ++-- src/game/Oblivion/Records/ROADRecord.cpp | 2 +- src/game/Oblivion/Records/ROADRecord.h | 4 ++-- src/game/Oblivion/Records/SBSPRecord.cpp | 2 +- src/game/Oblivion/Records/SBSPRecord.h | 4 ++-- src/game/Oblivion/Records/SCPTRecord.cpp | 2 +- src/game/Oblivion/Records/SCPTRecord.h | 4 ++-- src/game/Oblivion/Records/SGSTRecord.cpp | 2 +- src/game/Oblivion/Records/SGSTRecord.h | 4 ++-- src/game/Oblivion/Records/SKILRecord.cpp | 2 +- src/game/Oblivion/Records/SKILRecord.h | 4 ++-- src/game/Oblivion/Records/SLGMRecord.cpp | 2 +- src/game/Oblivion/Records/SLGMRecord.h | 4 ++-- src/game/Oblivion/Records/SOUNRecord.cpp | 2 +- src/game/Oblivion/Records/SOUNRecord.h | 4 ++-- src/game/Oblivion/Records/SPELRecord.cpp | 2 +- src/game/Oblivion/Records/SPELRecord.h | 4 ++-- src/game/Oblivion/Records/STATRecord.cpp | 2 +- src/game/Oblivion/Records/STATRecord.h | 4 ++-- src/game/Oblivion/Records/TREERecord.cpp | 2 +- src/game/Oblivion/Records/TREERecord.h | 4 ++-- src/game/Oblivion/Records/WATRRecord.cpp | 2 +- src/game/Oblivion/Records/WATRRecord.h | 4 ++-- src/game/Oblivion/Records/WEAPRecord.cpp | 2 +- src/game/Oblivion/Records/WEAPRecord.h | 4 ++-- src/game/Oblivion/Records/WRLDRecord.cpp | 2 +- src/game/Oblivion/Records/WRLDRecord.h | 6 +++--- src/game/Oblivion/Records/WTHRRecord.cpp | 2 +- src/game/Oblivion/Records/WTHRRecord.h | 4 ++-- src/game/Oblivion/TES4File.cpp | 4 ++-- src/game/Oblivion/TES4File.h | 9 +++++---- src/game/Skyrim/Records/AACTRecord.cpp | 2 +- src/game/Skyrim/Records/AACTRecord.h | 4 ++-- src/game/Skyrim/Records/ACTIRecord.cpp | 2 +- src/game/Skyrim/Records/ACTIRecord.h | 2 +- src/game/Skyrim/Records/ADDNRecord.h | 4 ++-- src/game/Skyrim/Records/ALCHRecord.cpp | 2 +- src/game/Skyrim/Records/ALCHRecord.h | 2 +- src/game/Skyrim/Records/ANIORecord.h | 4 ++-- src/game/Skyrim/Records/API/AACTRecordAPI.cpp | 2 +- src/game/Skyrim/Records/API/ANIORecordAPI.cpp | 2 +- src/game/Skyrim/Records/API/APPARecordAPI.cpp | 2 +- src/game/Skyrim/Records/API/ARTORecordAPI.cpp | 2 +- src/game/Skyrim/Records/API/ASPCRecordAPI.cpp | 2 +- src/game/Skyrim/Records/API/ASTPRecordAPI.cpp | 2 +- src/game/Skyrim/Records/API/CELLRecordAPI.cpp | 2 +- src/game/Skyrim/Records/API/LANDRecordAPI.cpp | 2 +- src/game/Skyrim/Records/API/LTEXRecordAPI.cpp | 2 +- src/game/Skyrim/Records/API/LVLIRecordAPI.cpp | 2 +- src/game/Skyrim/Records/API/LVLNRecordAPI.cpp | 2 +- src/game/Skyrim/Records/API/LVSPRecordAPI.cpp | 2 +- src/game/Skyrim/Records/API/MATTRecordAPI.cpp | 2 +- src/game/Skyrim/Records/API/TXSTRecordAPI.cpp | 2 +- src/game/Skyrim/Records/API/WRLDRecordAPI.cpp | 2 +- src/game/Skyrim/Records/APPARecord.cpp | 4 ++-- src/game/Skyrim/Records/APPARecord.h | 4 ++-- src/game/Skyrim/Records/ARTORecord.cpp | 2 +- src/game/Skyrim/Records/ARTORecord.h | 4 ++-- src/game/Skyrim/Records/ASPCRecord.cpp | 2 +- src/game/Skyrim/Records/ASPCRecord.h | 4 ++-- src/game/Skyrim/Records/ASTPRecord.cpp | 2 +- src/game/Skyrim/Records/ASTPRecord.h | 4 ++-- src/game/Skyrim/Records/CELLRecord.cpp | 2 +- src/game/Skyrim/Records/CELLRecord.h | 4 ++-- src/game/Skyrim/Records/COLLRecord.cpp | 2 +- src/game/Skyrim/Records/COLLRecord.h | 2 +- src/game/Skyrim/Records/EQUPRecord.h | 3 +-- src/game/Skyrim/Records/KYWDRecord.h | 4 ++-- src/game/Skyrim/Records/LANDRecord.cpp | 2 +- src/game/Skyrim/Records/LANDRecord.h | 4 ++-- src/game/Skyrim/Records/LTEXRecord.cpp | 2 +- src/game/Skyrim/Records/LTEXRecord.h | 4 ++-- src/game/Skyrim/Records/LVLIRecord.cpp | 3 ++- src/game/Skyrim/Records/LVLIRecord.h | 6 +++--- src/game/Skyrim/Records/LVLNRecord.cpp | 2 +- src/game/Skyrim/Records/LVLNRecord.h | 4 ++-- src/game/Skyrim/Records/LVSPRecord.cpp | 2 +- src/game/Skyrim/Records/LVSPRecord.h | 4 ++-- src/game/Skyrim/Records/MATTRecord.cpp | 2 +- src/game/Skyrim/Records/MATTRecord.h | 4 ++-- src/game/Skyrim/Records/OTFTRecord.h | 3 +-- src/game/Skyrim/Records/SHOURecord.cpp | 2 +- src/game/Skyrim/Records/SHOURecord.h | 2 +- src/game/Skyrim/Records/TXSTRecord.cpp | 2 +- src/game/Skyrim/Records/TXSTRecord.h | 4 ++-- src/game/Skyrim/Records/VTYPRecord.h | 3 +-- src/game/Skyrim/Records/WOOPRecord.cpp | 2 +- src/game/Skyrim/Records/WOOPRecord.h | 2 +- src/game/Skyrim/Records/WRLDRecord.cpp | 2 +- src/game/Skyrim/Records/WRLDRecord.h | 4 ++-- src/game/Skyrim/SkyrimChunks.h | 2 +- src/game/Skyrim/SkyrimCommon.h | 2 +- src/game/Skyrim/TES5File.cpp | 4 ++-- src/game/Skyrim/TES5File.h | 8 ++++---- src/game/Skyrim/VMAD/Alias.cpp | 2 +- src/game/Skyrim/VMAD/Alias.h | 2 +- src/game/Skyrim/VMAD/Fragment/Fragment.cpp | 2 +- src/game/Skyrim/VMAD/Fragment/Fragment.h | 2 +- src/game/Skyrim/VMAD/Property/Property.h | 2 +- src/game/Skyrim/VMAD/Script.cpp | 2 +- src/game/Skyrim/VMAD/Script.h | 2 +- src/game/Skyrim/VMAD/VMAD.cpp | 2 +- src/game/Skyrim/VMAD/VMAD.h | 2 +- src/main/Collection.h | 2 +- src/main/Visitors.h | 4 ++-- 604 files changed, 817 insertions(+), 816 deletions(-) diff --git a/src/capi/CBash.cpp b/src/capi/CBash.cpp index 9873a3a..e7bf50f 100644 --- a/src/capi/CBash.cpp +++ b/src/capi/CBash.cpp @@ -45,7 +45,7 @@ // included. CBashConfig.h is included from CBash.h, so defining it here works. #define COMPILING_CBASH #include "CBash.h" -#include "Collection.h" +#include "main/Collection.h" #include "Version.h" #include #include diff --git a/src/game/FalloutNewVegas/FNVFile.cpp b/src/game/FalloutNewVegas/FNVFile.cpp index 25e7888..3da3a7b 100644 --- a/src/game/FalloutNewVegas/FNVFile.cpp +++ b/src/game/FalloutNewVegas/FNVFile.cpp @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ // FNVFile.cpp -#include "../Common.h" -#include "../GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" #include "FNVFile.h" FNVFile::FNVFile(Collection *_Parent, char * FileName, char * ModName, const uint32_t _flags): diff --git a/src/game/FalloutNewVegas/FNVFile.h b/src/game/FalloutNewVegas/FNVFile.h index b0a115e..5e4a35a 100644 --- a/src/game/FalloutNewVegas/FNVFile.h +++ b/src/game/FalloutNewVegas/FNVFile.h @@ -35,10 +35,12 @@ * ***** END LICENSE BLOCK ***** */ #pragma once // FNVFile.h -#include "../Common.h" -#include "../ModFile.h" -#include "../GenericRecord.h" -#include "../GRUPRecord.h" +#include "common/Common.h" +#include "common/ModFile.h" +#include "common/GenericRecord.h" + +#include "GRUPRecord.h" + #include "Records/GMSTRecord.h" #include "Records/TXSTRecord.h" #include "Records/MICNRecord.h" diff --git a/src/game/FalloutNewVegas/Records/ACHRRecord.cpp b/src/game/FalloutNewVegas/Records/ACHRRecord.cpp index 2ec1964..d02e33f 100644 --- a/src/game/FalloutNewVegas/Records/ACHRRecord.cpp +++ b/src/game/FalloutNewVegas/Records/ACHRRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ACHRRecord.h" #include "CELLRecord.h" diff --git a/src/game/FalloutNewVegas/Records/ACHRRecord.h b/src/game/FalloutNewVegas/Records/ACHRRecord.h index 2dedb6a..868e4ce 100644 --- a/src/game/FalloutNewVegas/Records/ACHRRecord.h +++ b/src/game/FalloutNewVegas/Records/ACHRRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/ACRERecord.cpp b/src/game/FalloutNewVegas/Records/ACRERecord.cpp index df2c20c..1ee4d24 100644 --- a/src/game/FalloutNewVegas/Records/ACRERecord.cpp +++ b/src/game/FalloutNewVegas/Records/ACRERecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ACRERecord.h" #include "CELLRecord.h" diff --git a/src/game/FalloutNewVegas/Records/ACRERecord.h b/src/game/FalloutNewVegas/Records/ACRERecord.h index 3099d7a..0deb941 100644 --- a/src/game/FalloutNewVegas/Records/ACRERecord.h +++ b/src/game/FalloutNewVegas/Records/ACRERecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/ACTIRecord.cpp b/src/game/FalloutNewVegas/Records/ACTIRecord.cpp index 1ae8922..75e4614 100644 --- a/src/game/FalloutNewVegas/Records/ACTIRecord.cpp +++ b/src/game/FalloutNewVegas/Records/ACTIRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ACTIRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/ACTIRecord.h b/src/game/FalloutNewVegas/Records/ACTIRecord.h index ebc936d..7533f1c 100644 --- a/src/game/FalloutNewVegas/Records/ACTIRecord.h +++ b/src/game/FalloutNewVegas/Records/ACTIRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/ADDNRecord.cpp b/src/game/FalloutNewVegas/Records/ADDNRecord.cpp index 6006d4f..7b497fc 100644 --- a/src/game/FalloutNewVegas/Records/ADDNRecord.cpp +++ b/src/game/FalloutNewVegas/Records/ADDNRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ADDNRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/ADDNRecord.h b/src/game/FalloutNewVegas/Records/ADDNRecord.h index b9b8167..4c1cc46 100644 --- a/src/game/FalloutNewVegas/Records/ADDNRecord.h +++ b/src/game/FalloutNewVegas/Records/ADDNRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/ALCHRecord.cpp b/src/game/FalloutNewVegas/Records/ALCHRecord.cpp index ddc9894..628eb4f 100644 --- a/src/game/FalloutNewVegas/Records/ALCHRecord.cpp +++ b/src/game/FalloutNewVegas/Records/ALCHRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ALCHRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/ALCHRecord.h b/src/game/FalloutNewVegas/Records/ALCHRecord.h index c8693ba..56de7b4 100644 --- a/src/game/FalloutNewVegas/Records/ALCHRecord.h +++ b/src/game/FalloutNewVegas/Records/ALCHRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/ALOCRecord.cpp b/src/game/FalloutNewVegas/Records/ALOCRecord.cpp index 4906e5d..7360192 100644 --- a/src/game/FalloutNewVegas/Records/ALOCRecord.cpp +++ b/src/game/FalloutNewVegas/Records/ALOCRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ALOCRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/ALOCRecord.h b/src/game/FalloutNewVegas/Records/ALOCRecord.h index 5235f40..e81c5b8 100644 --- a/src/game/FalloutNewVegas/Records/ALOCRecord.h +++ b/src/game/FalloutNewVegas/Records/ALOCRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/AMEFRecord.cpp b/src/game/FalloutNewVegas/Records/AMEFRecord.cpp index 19be5d3..d0c8035 100644 --- a/src/game/FalloutNewVegas/Records/AMEFRecord.cpp +++ b/src/game/FalloutNewVegas/Records/AMEFRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "AMEFRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/AMEFRecord.h b/src/game/FalloutNewVegas/Records/AMEFRecord.h index 71da16f..c796074 100644 --- a/src/game/FalloutNewVegas/Records/AMEFRecord.h +++ b/src/game/FalloutNewVegas/Records/AMEFRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/AMMORecord.cpp b/src/game/FalloutNewVegas/Records/AMMORecord.cpp index 3815795..d3bec09 100644 --- a/src/game/FalloutNewVegas/Records/AMMORecord.cpp +++ b/src/game/FalloutNewVegas/Records/AMMORecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "AMMORecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/AMMORecord.h b/src/game/FalloutNewVegas/Records/AMMORecord.h index 11b5ab6..34d8ff0 100644 --- a/src/game/FalloutNewVegas/Records/AMMORecord.h +++ b/src/game/FalloutNewVegas/Records/AMMORecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/ANIORecord.cpp b/src/game/FalloutNewVegas/Records/ANIORecord.cpp index 9a33d7d..8d7209e 100644 --- a/src/game/FalloutNewVegas/Records/ANIORecord.cpp +++ b/src/game/FalloutNewVegas/Records/ANIORecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ANIORecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/ANIORecord.h b/src/game/FalloutNewVegas/Records/ANIORecord.h index 77f2bea..6035e3a 100644 --- a/src/game/FalloutNewVegas/Records/ANIORecord.h +++ b/src/game/FalloutNewVegas/Records/ANIORecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/API/ACHRRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/ACHRRecordAPI.cpp index 49f8717..a48e0b9 100644 --- a/src/game/FalloutNewVegas/Records/API/ACHRRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/ACHRRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ACHRRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/ACRERecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/ACRERecordAPI.cpp index 5d97376..8cff9d6 100644 --- a/src/game/FalloutNewVegas/Records/API/ACRERecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/ACRERecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ACRERecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/ACTIRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/ACTIRecordAPI.cpp index 11cc31d..6850792 100644 --- a/src/game/FalloutNewVegas/Records/API/ACTIRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/ACTIRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ACTIRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/ADDNRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/ADDNRecordAPI.cpp index 07de233..b2383fa 100644 --- a/src/game/FalloutNewVegas/Records/API/ADDNRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/ADDNRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ADDNRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/ALCHRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/ALCHRecordAPI.cpp index a42dd30..a7c94ae 100644 --- a/src/game/FalloutNewVegas/Records/API/ALCHRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/ALCHRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ALCHRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/ALOCRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/ALOCRecordAPI.cpp index afbc499..c60015e 100644 --- a/src/game/FalloutNewVegas/Records/API/ALOCRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/ALOCRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ALOCRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/AMEFRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/AMEFRecordAPI.cpp index b330772..77c38a0 100644 --- a/src/game/FalloutNewVegas/Records/API/AMEFRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/AMEFRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\AMEFRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/AMMORecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/AMMORecordAPI.cpp index 91a87f6..cac40dc 100644 --- a/src/game/FalloutNewVegas/Records/API/AMMORecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/AMMORecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\AMMORecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/ANIORecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/ANIORecordAPI.cpp index c4e0565..134f052 100644 --- a/src/game/FalloutNewVegas/Records/API/ANIORecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/ANIORecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ANIORecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/ARMARecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/ARMARecordAPI.cpp index 614a9bd..dedfad0 100644 --- a/src/game/FalloutNewVegas/Records/API/ARMARecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/ARMARecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ARMARecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/ARMORecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/ARMORecordAPI.cpp index ff8ad90..b7cb5ff 100644 --- a/src/game/FalloutNewVegas/Records/API/ARMORecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/ARMORecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ARMORecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/ASPCRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/ASPCRecordAPI.cpp index 185d1a4..7b0a8cc 100644 --- a/src/game/FalloutNewVegas/Records/API/ASPCRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/ASPCRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ASPCRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/AVIFRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/AVIFRecordAPI.cpp index f865169..1e7c541 100644 --- a/src/game/FalloutNewVegas/Records/API/AVIFRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/AVIFRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\AVIFRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/BOOKRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/BOOKRecordAPI.cpp index eb5e1f5..bf4a2b0 100644 --- a/src/game/FalloutNewVegas/Records/API/BOOKRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/BOOKRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\BOOKRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/BPTDRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/BPTDRecordAPI.cpp index f7caa21..52a72d7 100644 --- a/src/game/FalloutNewVegas/Records/API/BPTDRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/BPTDRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\BPTDRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/CAMSRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/CAMSRecordAPI.cpp index 7d408ec..7f3eb8b 100644 --- a/src/game/FalloutNewVegas/Records/API/CAMSRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/CAMSRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CAMSRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/CCRDRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/CCRDRecordAPI.cpp index 5d5e970..53f9ddb 100644 --- a/src/game/FalloutNewVegas/Records/API/CCRDRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/CCRDRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CCRDRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/CDCKRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/CDCKRecordAPI.cpp index 33b6937..814f0c6 100644 --- a/src/game/FalloutNewVegas/Records/API/CDCKRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/CDCKRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CDCKRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/CELLRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/CELLRecordAPI.cpp index 6a1f6ba..c64b285 100644 --- a/src/game/FalloutNewVegas/Records/API/CELLRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/CELLRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CELLRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/CHALRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/CHALRecordAPI.cpp index 41df3bc..0bf325c 100644 --- a/src/game/FalloutNewVegas/Records/API/CHALRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/CHALRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CHALRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/CHIPRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/CHIPRecordAPI.cpp index 941717e..b6350a1 100644 --- a/src/game/FalloutNewVegas/Records/API/CHIPRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/CHIPRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CHIPRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/CLASRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/CLASRecordAPI.cpp index 94a0ea4..0730ea3 100644 --- a/src/game/FalloutNewVegas/Records/API/CLASRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/CLASRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CLASRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/CLMTRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/CLMTRecordAPI.cpp index 6503279..6baff18 100644 --- a/src/game/FalloutNewVegas/Records/API/CLMTRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/CLMTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CLMTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/CMNYRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/CMNYRecordAPI.cpp index f83ca5a..f54ad71 100644 --- a/src/game/FalloutNewVegas/Records/API/CMNYRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/CMNYRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CMNYRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/COBJRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/COBJRecordAPI.cpp index 101192f..0741878 100644 --- a/src/game/FalloutNewVegas/Records/API/COBJRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/COBJRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\COBJRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/CONTRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/CONTRecordAPI.cpp index 1e45870..39f78ad 100644 --- a/src/game/FalloutNewVegas/Records/API/CONTRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/CONTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CONTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/CPTHRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/CPTHRecordAPI.cpp index 4cf2ded..98bddf2 100644 --- a/src/game/FalloutNewVegas/Records/API/CPTHRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/CPTHRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CPTHRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/CREARecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/CREARecordAPI.cpp index 44ef2d5..ad88574 100644 --- a/src/game/FalloutNewVegas/Records/API/CREARecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/CREARecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CREARecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/CSNORecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/CSNORecordAPI.cpp index f169e39..139a0bf 100644 --- a/src/game/FalloutNewVegas/Records/API/CSNORecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/CSNORecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CSNORecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/CSTYRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/CSTYRecordAPI.cpp index 3d39189..77e4b8e 100644 --- a/src/game/FalloutNewVegas/Records/API/CSTYRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/CSTYRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CSTYRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/DEBRRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/DEBRRecordAPI.cpp index b39c752..9e0df9e 100644 --- a/src/game/FalloutNewVegas/Records/API/DEBRRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/DEBRRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\DEBRRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/DEHYRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/DEHYRecordAPI.cpp index 8275ebd..001d02c 100644 --- a/src/game/FalloutNewVegas/Records/API/DEHYRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/DEHYRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\DEHYRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/DIALRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/DIALRecordAPI.cpp index 30ecab2..7a965d1 100644 --- a/src/game/FalloutNewVegas/Records/API/DIALRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/DIALRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\DIALRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/DOBJRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/DOBJRecordAPI.cpp index 474020b..e7de1be 100644 --- a/src/game/FalloutNewVegas/Records/API/DOBJRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/DOBJRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\DOBJRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/DOORRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/DOORRecordAPI.cpp index 59befe8..323e383 100644 --- a/src/game/FalloutNewVegas/Records/API/DOORRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/DOORRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\DOORRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/ECZNRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/ECZNRecordAPI.cpp index 43906fc..ddb50b2 100644 --- a/src/game/FalloutNewVegas/Records/API/ECZNRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/ECZNRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ECZNRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/EFSHRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/EFSHRecordAPI.cpp index 8e905c0..781d323 100644 --- a/src/game/FalloutNewVegas/Records/API/EFSHRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/EFSHRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\EFSHRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/ENCHRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/ENCHRecordAPI.cpp index 344414d..3ba97f8 100644 --- a/src/game/FalloutNewVegas/Records/API/ENCHRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/ENCHRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ENCHRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/EXPLRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/EXPLRecordAPI.cpp index de4ac1c..f5ea747 100644 --- a/src/game/FalloutNewVegas/Records/API/EXPLRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/EXPLRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\EXPLRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/EYESRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/EYESRecordAPI.cpp index 4e514c2..484f941 100644 --- a/src/game/FalloutNewVegas/Records/API/EYESRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/EYESRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\EYESRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/FACTRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/FACTRecordAPI.cpp index f3f885a..5b304b5 100644 --- a/src/game/FalloutNewVegas/Records/API/FACTRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/FACTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\FACTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/FLSTRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/FLSTRecordAPI.cpp index 9ef5fb8..d4ac8a8 100644 --- a/src/game/FalloutNewVegas/Records/API/FLSTRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/FLSTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\FLSTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/FURNRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/FURNRecordAPI.cpp index 1c1bdcb..40a1a8f 100644 --- a/src/game/FalloutNewVegas/Records/API/FURNRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/FURNRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\FURNRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/GLOBRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/GLOBRecordAPI.cpp index e4d429a..eb83af5 100644 --- a/src/game/FalloutNewVegas/Records/API/GLOBRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/GLOBRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\GLOBRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/GMSTRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/GMSTRecordAPI.cpp index 7117718..5fe6d77 100644 --- a/src/game/FalloutNewVegas/Records/API/GMSTRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/GMSTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\GMSTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/GRASRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/GRASRecordAPI.cpp index 7bd94f6..82cca3c 100644 --- a/src/game/FalloutNewVegas/Records/API/GRASRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/GRASRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\GRASRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/HAIRRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/HAIRRecordAPI.cpp index 6acade9..76d49c4 100644 --- a/src/game/FalloutNewVegas/Records/API/HAIRRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/HAIRRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\HAIRRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/HDPTRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/HDPTRecordAPI.cpp index c121a17..6223eab 100644 --- a/src/game/FalloutNewVegas/Records/API/HDPTRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/HDPTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\HDPTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/HUNGRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/HUNGRecordAPI.cpp index 7c98f4f..91f22ca 100644 --- a/src/game/FalloutNewVegas/Records/API/HUNGRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/HUNGRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\HUNGRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/IDLERecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/IDLERecordAPI.cpp index 1caa69a..34bd7b4 100644 --- a/src/game/FalloutNewVegas/Records/API/IDLERecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/IDLERecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\IDLERecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/IDLMRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/IDLMRecordAPI.cpp index d36e8ca..2b31740 100644 --- a/src/game/FalloutNewVegas/Records/API/IDLMRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/IDLMRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\IDLMRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/IMADRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/IMADRecordAPI.cpp index 5c5e958..49dc308 100644 --- a/src/game/FalloutNewVegas/Records/API/IMADRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/IMADRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\IMADRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/IMGSRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/IMGSRecordAPI.cpp index d1d997a..006b2fa 100644 --- a/src/game/FalloutNewVegas/Records/API/IMGSRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/IMGSRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\IMGSRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/IMODRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/IMODRecordAPI.cpp index 84956d6..e913f75 100644 --- a/src/game/FalloutNewVegas/Records/API/IMODRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/IMODRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\IMODRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/INFORecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/INFORecordAPI.cpp index ee01929..e75adc2 100644 --- a/src/game/FalloutNewVegas/Records/API/INFORecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/INFORecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\INFORecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/INGRRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/INGRRecordAPI.cpp index 618bdec..bf7dff6 100644 --- a/src/game/FalloutNewVegas/Records/API/INGRRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/INGRRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\INGRRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/IPCTRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/IPCTRecordAPI.cpp index 357b38e..9ee9c74 100644 --- a/src/game/FalloutNewVegas/Records/API/IPCTRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/IPCTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\IPCTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/IPDSRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/IPDSRecordAPI.cpp index 9dc27a5..84af46d 100644 --- a/src/game/FalloutNewVegas/Records/API/IPDSRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/IPDSRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\IPDSRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/KEYMRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/KEYMRecordAPI.cpp index 9d6dd2d..48be7b2 100644 --- a/src/game/FalloutNewVegas/Records/API/KEYMRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/KEYMRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\KEYMRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/LANDRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/LANDRecordAPI.cpp index 31c73d6..1df97c0 100644 --- a/src/game/FalloutNewVegas/Records/API/LANDRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/LANDRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\LANDRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/LGTMRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/LGTMRecordAPI.cpp index 8c791d0..c5f5612 100644 --- a/src/game/FalloutNewVegas/Records/API/LGTMRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/LGTMRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\LGTMRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/LIGHRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/LIGHRecordAPI.cpp index 82efe37..68f4647 100644 --- a/src/game/FalloutNewVegas/Records/API/LIGHRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/LIGHRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\LIGHRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/LSCRRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/LSCRRecordAPI.cpp index 94a0188..aa609b1 100644 --- a/src/game/FalloutNewVegas/Records/API/LSCRRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/LSCRRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\LSCRRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/LSCTRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/LSCTRecordAPI.cpp index a826272..745d9af 100644 --- a/src/game/FalloutNewVegas/Records/API/LSCTRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/LSCTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\LSCTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/LTEXRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/LTEXRecordAPI.cpp index 4d11bba..f2de68c 100644 --- a/src/game/FalloutNewVegas/Records/API/LTEXRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/LTEXRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\LTEXRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/LVLCRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/LVLCRecordAPI.cpp index 17cf8dc..ded1d59 100644 --- a/src/game/FalloutNewVegas/Records/API/LVLCRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/LVLCRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\LVLCRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/LVLIRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/LVLIRecordAPI.cpp index 8cfe2e9..6cbe765 100644 --- a/src/game/FalloutNewVegas/Records/API/LVLIRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/LVLIRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\LVLIRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/LVLNRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/LVLNRecordAPI.cpp index 8b89797..90ae9e2 100644 --- a/src/game/FalloutNewVegas/Records/API/LVLNRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/LVLNRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\LVLNRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/MESGRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/MESGRecordAPI.cpp index 9c3216b..3d1dd62 100644 --- a/src/game/FalloutNewVegas/Records/API/MESGRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/MESGRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\MESGRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/MGEFRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/MGEFRecordAPI.cpp index 8c7eb75..25fde7e 100644 --- a/src/game/FalloutNewVegas/Records/API/MGEFRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/MGEFRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\MGEFRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/MICNRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/MICNRecordAPI.cpp index f9be668..d7ece10 100644 --- a/src/game/FalloutNewVegas/Records/API/MICNRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/MICNRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\MICNRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/MISCRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/MISCRecordAPI.cpp index 904bed5..5dfcc48 100644 --- a/src/game/FalloutNewVegas/Records/API/MISCRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/MISCRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\MISCRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/MSETRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/MSETRecordAPI.cpp index ca9514f..87efd1e 100644 --- a/src/game/FalloutNewVegas/Records/API/MSETRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/MSETRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\MSETRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/MSTTRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/MSTTRecordAPI.cpp index 1e50e60..f5c99cc 100644 --- a/src/game/FalloutNewVegas/Records/API/MSTTRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/MSTTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\MSTTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/MUSCRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/MUSCRecordAPI.cpp index dfb8e56..25d33e8 100644 --- a/src/game/FalloutNewVegas/Records/API/MUSCRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/MUSCRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\MUSCRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/NAVIRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/NAVIRecordAPI.cpp index bedee45..d0623f6 100644 --- a/src/game/FalloutNewVegas/Records/API/NAVIRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/NAVIRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\NAVIRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/NAVMRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/NAVMRecordAPI.cpp index 8d9c214..fba932a 100644 --- a/src/game/FalloutNewVegas/Records/API/NAVMRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/NAVMRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\NAVMRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/NOTERecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/NOTERecordAPI.cpp index 4819f06..06b3dff 100644 --- a/src/game/FalloutNewVegas/Records/API/NOTERecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/NOTERecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\NOTERecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/NPC_RecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/NPC_RecordAPI.cpp index 7390f31..fb0b6b3 100644 --- a/src/game/FalloutNewVegas/Records/API/NPC_RecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/NPC_RecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\NPC_Record.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/PACKRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/PACKRecordAPI.cpp index 88cd151..32b73f7 100644 --- a/src/game/FalloutNewVegas/Records/API/PACKRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/PACKRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\PACKRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/PBEARecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/PBEARecordAPI.cpp index e2d75a9..d83474f 100644 --- a/src/game/FalloutNewVegas/Records/API/PBEARecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/PBEARecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\PBEARecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/PCBERecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/PCBERecordAPI.cpp index c409f10..c607ed1 100644 --- a/src/game/FalloutNewVegas/Records/API/PCBERecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/PCBERecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\PCBERecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/PERKRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/PERKRecordAPI.cpp index e1dd3d8..3a3f289 100644 --- a/src/game/FalloutNewVegas/Records/API/PERKRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/PERKRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\PERKRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/PFLARecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/PFLARecordAPI.cpp index 3f2796b..21692ef 100644 --- a/src/game/FalloutNewVegas/Records/API/PFLARecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/PFLARecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\PFLARecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/PGRERecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/PGRERecordAPI.cpp index edf069e..4ce52ce 100644 --- a/src/game/FalloutNewVegas/Records/API/PGRERecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/PGRERecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\PGRERecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/PMISRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/PMISRecordAPI.cpp index 0e36a15..99be543 100644 --- a/src/game/FalloutNewVegas/Records/API/PMISRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/PMISRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\PMISRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/PROJRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/PROJRecordAPI.cpp index c5d6f91..cbfe7c9 100644 --- a/src/game/FalloutNewVegas/Records/API/PROJRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/PROJRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\PROJRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/PWATRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/PWATRecordAPI.cpp index 507a94a..18591a5 100644 --- a/src/game/FalloutNewVegas/Records/API/PWATRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/PWATRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\PWATRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/QUSTRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/QUSTRecordAPI.cpp index 7745bd7..bba8c2b 100644 --- a/src/game/FalloutNewVegas/Records/API/QUSTRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/QUSTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\QUSTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/RACERecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/RACERecordAPI.cpp index 1d82e45..776080a 100644 --- a/src/game/FalloutNewVegas/Records/API/RACERecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/RACERecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\RACERecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/RADSRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/RADSRecordAPI.cpp index 39f4828..688b34f 100644 --- a/src/game/FalloutNewVegas/Records/API/RADSRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/RADSRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\RADSRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/RCCTRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/RCCTRecordAPI.cpp index 73128c4..315923b 100644 --- a/src/game/FalloutNewVegas/Records/API/RCCTRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/RCCTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\RCCTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/RCPERecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/RCPERecordAPI.cpp index 9bbb7b7..c9b4500 100644 --- a/src/game/FalloutNewVegas/Records/API/RCPERecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/RCPERecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\RCPERecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/REFRRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/REFRRecordAPI.cpp index a96f3e1..d436e88 100644 --- a/src/game/FalloutNewVegas/Records/API/REFRRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/REFRRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\REFRRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/REGNRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/REGNRecordAPI.cpp index e08e48f..0c03084 100644 --- a/src/game/FalloutNewVegas/Records/API/REGNRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/REGNRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\REGNRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/REPURecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/REPURecordAPI.cpp index 269f4c3..4150c33 100644 --- a/src/game/FalloutNewVegas/Records/API/REPURecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/REPURecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\REPURecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/RGDLRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/RGDLRecordAPI.cpp index 1aca5d4..f77c61a 100644 --- a/src/game/FalloutNewVegas/Records/API/RGDLRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/RGDLRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\RGDLRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/SCOLRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/SCOLRecordAPI.cpp index 8055080..a91df23 100644 --- a/src/game/FalloutNewVegas/Records/API/SCOLRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/SCOLRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\SCOLRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/SCPTRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/SCPTRecordAPI.cpp index 27aac93..c0fcbdd 100644 --- a/src/game/FalloutNewVegas/Records/API/SCPTRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/SCPTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\SCPTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/SLPDRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/SLPDRecordAPI.cpp index a0b66a7..a5f9273 100644 --- a/src/game/FalloutNewVegas/Records/API/SLPDRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/SLPDRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\SLPDRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/SOUNRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/SOUNRecordAPI.cpp index f3b8be7..a70999a 100644 --- a/src/game/FalloutNewVegas/Records/API/SOUNRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/SOUNRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\SOUNRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/SPELRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/SPELRecordAPI.cpp index a4e99fb..8815311 100644 --- a/src/game/FalloutNewVegas/Records/API/SPELRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/SPELRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\SPELRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/STATRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/STATRecordAPI.cpp index 888bd7a..e1f3af0 100644 --- a/src/game/FalloutNewVegas/Records/API/STATRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/STATRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\STATRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/TACTRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/TACTRecordAPI.cpp index 52f3fe1..6be1010 100644 --- a/src/game/FalloutNewVegas/Records/API/TACTRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/TACTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\TACTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/TERMRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/TERMRecordAPI.cpp index d7d96f4..e468aef 100644 --- a/src/game/FalloutNewVegas/Records/API/TERMRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/TERMRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\TERMRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/TREERecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/TREERecordAPI.cpp index 47ef0e1..82a2b79 100644 --- a/src/game/FalloutNewVegas/Records/API/TREERecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/TREERecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\TREERecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/TXSTRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/TXSTRecordAPI.cpp index cf55e50..ed815ed 100644 --- a/src/game/FalloutNewVegas/Records/API/TXSTRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/TXSTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\TXSTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/VTYPRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/VTYPRecordAPI.cpp index d8844ee..2214802 100644 --- a/src/game/FalloutNewVegas/Records/API/VTYPRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/VTYPRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\VTYPRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/WATRRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/WATRRecordAPI.cpp index 6cc331c..de0880a 100644 --- a/src/game/FalloutNewVegas/Records/API/WATRRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/WATRRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\WATRRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/WEAPRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/WEAPRecordAPI.cpp index a886c0c..772dd1f 100644 --- a/src/game/FalloutNewVegas/Records/API/WEAPRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/WEAPRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\WEAPRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/WRLDRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/WRLDRecordAPI.cpp index 3427db3..97c18af 100644 --- a/src/game/FalloutNewVegas/Records/API/WRLDRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/WRLDRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\WRLDRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/API/WTHRRecordAPI.cpp b/src/game/FalloutNewVegas/Records/API/WTHRRecordAPI.cpp index 1751e21..4f4f28f 100644 --- a/src/game/FalloutNewVegas/Records/API/WTHRRecordAPI.cpp +++ b/src/game/FalloutNewVegas/Records/API/WTHRRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\WTHRRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/ARMARecord.cpp b/src/game/FalloutNewVegas/Records/ARMARecord.cpp index e23ba36..5a6a14b 100644 --- a/src/game/FalloutNewVegas/Records/ARMARecord.cpp +++ b/src/game/FalloutNewVegas/Records/ARMARecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ARMARecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/ARMARecord.h b/src/game/FalloutNewVegas/Records/ARMARecord.h index 2d76996..f58e662 100644 --- a/src/game/FalloutNewVegas/Records/ARMARecord.h +++ b/src/game/FalloutNewVegas/Records/ARMARecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/ARMORecord.cpp b/src/game/FalloutNewVegas/Records/ARMORecord.cpp index 6d9693f..26850c3 100644 --- a/src/game/FalloutNewVegas/Records/ARMORecord.cpp +++ b/src/game/FalloutNewVegas/Records/ARMORecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ARMORecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/ARMORecord.h b/src/game/FalloutNewVegas/Records/ARMORecord.h index 84636af..a739139 100644 --- a/src/game/FalloutNewVegas/Records/ARMORecord.h +++ b/src/game/FalloutNewVegas/Records/ARMORecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/ASPCRecord.cpp b/src/game/FalloutNewVegas/Records/ASPCRecord.cpp index d8cadae..6ebd218 100644 --- a/src/game/FalloutNewVegas/Records/ASPCRecord.cpp +++ b/src/game/FalloutNewVegas/Records/ASPCRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ASPCRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/ASPCRecord.h b/src/game/FalloutNewVegas/Records/ASPCRecord.h index 69a1b8f..29b93fa 100644 --- a/src/game/FalloutNewVegas/Records/ASPCRecord.h +++ b/src/game/FalloutNewVegas/Records/ASPCRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/AVIFRecord.cpp b/src/game/FalloutNewVegas/Records/AVIFRecord.cpp index b1329a4..e5eaa2a 100644 --- a/src/game/FalloutNewVegas/Records/AVIFRecord.cpp +++ b/src/game/FalloutNewVegas/Records/AVIFRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "AVIFRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/AVIFRecord.h b/src/game/FalloutNewVegas/Records/AVIFRecord.h index 4df86be..34d96ed 100644 --- a/src/game/FalloutNewVegas/Records/AVIFRecord.h +++ b/src/game/FalloutNewVegas/Records/AVIFRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/BOOKRecord.cpp b/src/game/FalloutNewVegas/Records/BOOKRecord.cpp index 6d32c50..39ea15b 100644 --- a/src/game/FalloutNewVegas/Records/BOOKRecord.cpp +++ b/src/game/FalloutNewVegas/Records/BOOKRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "BOOKRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/BOOKRecord.h b/src/game/FalloutNewVegas/Records/BOOKRecord.h index 4144ab7..68212bf 100644 --- a/src/game/FalloutNewVegas/Records/BOOKRecord.h +++ b/src/game/FalloutNewVegas/Records/BOOKRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/BPTDRecord.cpp b/src/game/FalloutNewVegas/Records/BPTDRecord.cpp index e37fdb5..5e1cc88 100644 --- a/src/game/FalloutNewVegas/Records/BPTDRecord.cpp +++ b/src/game/FalloutNewVegas/Records/BPTDRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "BPTDRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/BPTDRecord.h b/src/game/FalloutNewVegas/Records/BPTDRecord.h index 355e78f..0a7b14e 100644 --- a/src/game/FalloutNewVegas/Records/BPTDRecord.h +++ b/src/game/FalloutNewVegas/Records/BPTDRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/CAMSRecord.cpp b/src/game/FalloutNewVegas/Records/CAMSRecord.cpp index aec4a3d..1400fbb 100644 --- a/src/game/FalloutNewVegas/Records/CAMSRecord.cpp +++ b/src/game/FalloutNewVegas/Records/CAMSRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CAMSRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/CAMSRecord.h b/src/game/FalloutNewVegas/Records/CAMSRecord.h index f96ce6f..374df7b 100644 --- a/src/game/FalloutNewVegas/Records/CAMSRecord.h +++ b/src/game/FalloutNewVegas/Records/CAMSRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/CCRDRecord.cpp b/src/game/FalloutNewVegas/Records/CCRDRecord.cpp index 3f4c434..5ec0e12 100644 --- a/src/game/FalloutNewVegas/Records/CCRDRecord.cpp +++ b/src/game/FalloutNewVegas/Records/CCRDRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CCRDRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/CCRDRecord.h b/src/game/FalloutNewVegas/Records/CCRDRecord.h index 2ef8e96..107b397 100644 --- a/src/game/FalloutNewVegas/Records/CCRDRecord.h +++ b/src/game/FalloutNewVegas/Records/CCRDRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/CDCKRecord.cpp b/src/game/FalloutNewVegas/Records/CDCKRecord.cpp index 8d8569c..34584c6 100644 --- a/src/game/FalloutNewVegas/Records/CDCKRecord.cpp +++ b/src/game/FalloutNewVegas/Records/CDCKRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CDCKRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/CDCKRecord.h b/src/game/FalloutNewVegas/Records/CDCKRecord.h index d64aa25..40b4402 100644 --- a/src/game/FalloutNewVegas/Records/CDCKRecord.h +++ b/src/game/FalloutNewVegas/Records/CDCKRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/CELLRecord.cpp b/src/game/FalloutNewVegas/Records/CELLRecord.cpp index 543c948..99383ff 100644 --- a/src/game/FalloutNewVegas/Records/CELLRecord.cpp +++ b/src/game/FalloutNewVegas/Records/CELLRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CELLRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/CELLRecord.h b/src/game/FalloutNewVegas/Records/CELLRecord.h index 1bf3ec5..c624789 100644 --- a/src/game/FalloutNewVegas/Records/CELLRecord.h +++ b/src/game/FalloutNewVegas/Records/CELLRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/CHALRecord.cpp b/src/game/FalloutNewVegas/Records/CHALRecord.cpp index 03d54b0..fec1e6e 100644 --- a/src/game/FalloutNewVegas/Records/CHALRecord.cpp +++ b/src/game/FalloutNewVegas/Records/CHALRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CHALRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/CHALRecord.h b/src/game/FalloutNewVegas/Records/CHALRecord.h index df4073f..8a23a92 100644 --- a/src/game/FalloutNewVegas/Records/CHALRecord.h +++ b/src/game/FalloutNewVegas/Records/CHALRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/CHIPRecord.cpp b/src/game/FalloutNewVegas/Records/CHIPRecord.cpp index ba306c2..3d4a21b 100644 --- a/src/game/FalloutNewVegas/Records/CHIPRecord.cpp +++ b/src/game/FalloutNewVegas/Records/CHIPRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CHIPRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/CHIPRecord.h b/src/game/FalloutNewVegas/Records/CHIPRecord.h index 301d529..5392a06 100644 --- a/src/game/FalloutNewVegas/Records/CHIPRecord.h +++ b/src/game/FalloutNewVegas/Records/CHIPRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/CLASRecord.cpp b/src/game/FalloutNewVegas/Records/CLASRecord.cpp index ddae5e0..daa2bd1 100644 --- a/src/game/FalloutNewVegas/Records/CLASRecord.cpp +++ b/src/game/FalloutNewVegas/Records/CLASRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CLASRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/CLASRecord.h b/src/game/FalloutNewVegas/Records/CLASRecord.h index a21f307..feca53e 100644 --- a/src/game/FalloutNewVegas/Records/CLASRecord.h +++ b/src/game/FalloutNewVegas/Records/CLASRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/CLMTRecord.cpp b/src/game/FalloutNewVegas/Records/CLMTRecord.cpp index a9b6062..5ef340e 100644 --- a/src/game/FalloutNewVegas/Records/CLMTRecord.cpp +++ b/src/game/FalloutNewVegas/Records/CLMTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CLMTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/CLMTRecord.h b/src/game/FalloutNewVegas/Records/CLMTRecord.h index e1a3bb1..129149d 100644 --- a/src/game/FalloutNewVegas/Records/CLMTRecord.h +++ b/src/game/FalloutNewVegas/Records/CLMTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/CMNYRecord.cpp b/src/game/FalloutNewVegas/Records/CMNYRecord.cpp index 7a32f39..0d83621 100644 --- a/src/game/FalloutNewVegas/Records/CMNYRecord.cpp +++ b/src/game/FalloutNewVegas/Records/CMNYRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CMNYRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/CMNYRecord.h b/src/game/FalloutNewVegas/Records/CMNYRecord.h index 2315c73..2d05a2c 100644 --- a/src/game/FalloutNewVegas/Records/CMNYRecord.h +++ b/src/game/FalloutNewVegas/Records/CMNYRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/COBJRecord.cpp b/src/game/FalloutNewVegas/Records/COBJRecord.cpp index 529a29e..1543f51 100644 --- a/src/game/FalloutNewVegas/Records/COBJRecord.cpp +++ b/src/game/FalloutNewVegas/Records/COBJRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "COBJRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/COBJRecord.h b/src/game/FalloutNewVegas/Records/COBJRecord.h index 10a3459..20b9bea 100644 --- a/src/game/FalloutNewVegas/Records/COBJRecord.h +++ b/src/game/FalloutNewVegas/Records/COBJRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/CONTRecord.cpp b/src/game/FalloutNewVegas/Records/CONTRecord.cpp index 2b180ac..3387150 100644 --- a/src/game/FalloutNewVegas/Records/CONTRecord.cpp +++ b/src/game/FalloutNewVegas/Records/CONTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CONTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/CONTRecord.h b/src/game/FalloutNewVegas/Records/CONTRecord.h index 0f22dbf..c2639fb 100644 --- a/src/game/FalloutNewVegas/Records/CONTRecord.h +++ b/src/game/FalloutNewVegas/Records/CONTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/CPTHRecord.cpp b/src/game/FalloutNewVegas/Records/CPTHRecord.cpp index 689c16e..e2aa060 100644 --- a/src/game/FalloutNewVegas/Records/CPTHRecord.cpp +++ b/src/game/FalloutNewVegas/Records/CPTHRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CPTHRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/CPTHRecord.h b/src/game/FalloutNewVegas/Records/CPTHRecord.h index 8c1ecca..4513973 100644 --- a/src/game/FalloutNewVegas/Records/CPTHRecord.h +++ b/src/game/FalloutNewVegas/Records/CPTHRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/CREARecord.cpp b/src/game/FalloutNewVegas/Records/CREARecord.cpp index 1808f2d..c96181b 100644 --- a/src/game/FalloutNewVegas/Records/CREARecord.cpp +++ b/src/game/FalloutNewVegas/Records/CREARecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CREARecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/CREARecord.h b/src/game/FalloutNewVegas/Records/CREARecord.h index 8927e54..fef922e 100644 --- a/src/game/FalloutNewVegas/Records/CREARecord.h +++ b/src/game/FalloutNewVegas/Records/CREARecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/CSNORecord.cpp b/src/game/FalloutNewVegas/Records/CSNORecord.cpp index be8f909..646b420 100644 --- a/src/game/FalloutNewVegas/Records/CSNORecord.cpp +++ b/src/game/FalloutNewVegas/Records/CSNORecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CSNORecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/CSNORecord.h b/src/game/FalloutNewVegas/Records/CSNORecord.h index 58fb7cc..e29fdbb 100644 --- a/src/game/FalloutNewVegas/Records/CSNORecord.h +++ b/src/game/FalloutNewVegas/Records/CSNORecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/CSTYRecord.cpp b/src/game/FalloutNewVegas/Records/CSTYRecord.cpp index f2dd471..b762898 100644 --- a/src/game/FalloutNewVegas/Records/CSTYRecord.cpp +++ b/src/game/FalloutNewVegas/Records/CSTYRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CSTYRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/CSTYRecord.h b/src/game/FalloutNewVegas/Records/CSTYRecord.h index 308c2bd..c121e7b 100644 --- a/src/game/FalloutNewVegas/Records/CSTYRecord.h +++ b/src/game/FalloutNewVegas/Records/CSTYRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/DEBRRecord.cpp b/src/game/FalloutNewVegas/Records/DEBRRecord.cpp index 5a9898b..e9ec1c2 100644 --- a/src/game/FalloutNewVegas/Records/DEBRRecord.cpp +++ b/src/game/FalloutNewVegas/Records/DEBRRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "DEBRRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/DEBRRecord.h b/src/game/FalloutNewVegas/Records/DEBRRecord.h index 973e65c..07aab71 100644 --- a/src/game/FalloutNewVegas/Records/DEBRRecord.h +++ b/src/game/FalloutNewVegas/Records/DEBRRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/DEHYRecord.cpp b/src/game/FalloutNewVegas/Records/DEHYRecord.cpp index 36a4c3e..5697e37 100644 --- a/src/game/FalloutNewVegas/Records/DEHYRecord.cpp +++ b/src/game/FalloutNewVegas/Records/DEHYRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "DEHYRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/DEHYRecord.h b/src/game/FalloutNewVegas/Records/DEHYRecord.h index 6e88706..3985fc7 100644 --- a/src/game/FalloutNewVegas/Records/DEHYRecord.h +++ b/src/game/FalloutNewVegas/Records/DEHYRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/DIALRecord.cpp b/src/game/FalloutNewVegas/Records/DIALRecord.cpp index 90fd18e..d9ca0d4 100644 --- a/src/game/FalloutNewVegas/Records/DIALRecord.cpp +++ b/src/game/FalloutNewVegas/Records/DIALRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "DIALRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/DIALRecord.h b/src/game/FalloutNewVegas/Records/DIALRecord.h index 5eaf5b3..17fe510 100644 --- a/src/game/FalloutNewVegas/Records/DIALRecord.h +++ b/src/game/FalloutNewVegas/Records/DIALRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/DOBJRecord.cpp b/src/game/FalloutNewVegas/Records/DOBJRecord.cpp index 6cf832d..4fa6c81 100644 --- a/src/game/FalloutNewVegas/Records/DOBJRecord.cpp +++ b/src/game/FalloutNewVegas/Records/DOBJRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "DOBJRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/DOBJRecord.h b/src/game/FalloutNewVegas/Records/DOBJRecord.h index 140a103..a83ee8a 100644 --- a/src/game/FalloutNewVegas/Records/DOBJRecord.h +++ b/src/game/FalloutNewVegas/Records/DOBJRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/DOORRecord.cpp b/src/game/FalloutNewVegas/Records/DOORRecord.cpp index 9a27ce8..86ab6cd 100644 --- a/src/game/FalloutNewVegas/Records/DOORRecord.cpp +++ b/src/game/FalloutNewVegas/Records/DOORRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "DOORRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/DOORRecord.h b/src/game/FalloutNewVegas/Records/DOORRecord.h index 2bb593b..10071d2 100644 --- a/src/game/FalloutNewVegas/Records/DOORRecord.h +++ b/src/game/FalloutNewVegas/Records/DOORRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/ECZNRecord.cpp b/src/game/FalloutNewVegas/Records/ECZNRecord.cpp index ef15568..6c0cca6 100644 --- a/src/game/FalloutNewVegas/Records/ECZNRecord.cpp +++ b/src/game/FalloutNewVegas/Records/ECZNRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ECZNRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/ECZNRecord.h b/src/game/FalloutNewVegas/Records/ECZNRecord.h index 20a97dd..1a4bdb6 100644 --- a/src/game/FalloutNewVegas/Records/ECZNRecord.h +++ b/src/game/FalloutNewVegas/Records/ECZNRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/EFSHRecord.cpp b/src/game/FalloutNewVegas/Records/EFSHRecord.cpp index b48539b..abefc2a 100644 --- a/src/game/FalloutNewVegas/Records/EFSHRecord.cpp +++ b/src/game/FalloutNewVegas/Records/EFSHRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "EFSHRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/EFSHRecord.h b/src/game/FalloutNewVegas/Records/EFSHRecord.h index 3882208..87e2699 100644 --- a/src/game/FalloutNewVegas/Records/EFSHRecord.h +++ b/src/game/FalloutNewVegas/Records/EFSHRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/ENCHRecord.cpp b/src/game/FalloutNewVegas/Records/ENCHRecord.cpp index 08c588a..4d4e4a6 100644 --- a/src/game/FalloutNewVegas/Records/ENCHRecord.cpp +++ b/src/game/FalloutNewVegas/Records/ENCHRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ENCHRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/ENCHRecord.h b/src/game/FalloutNewVegas/Records/ENCHRecord.h index bb738fe..101daeb 100644 --- a/src/game/FalloutNewVegas/Records/ENCHRecord.h +++ b/src/game/FalloutNewVegas/Records/ENCHRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/EXPLRecord.cpp b/src/game/FalloutNewVegas/Records/EXPLRecord.cpp index fea8f1c..a23ee7c 100644 --- a/src/game/FalloutNewVegas/Records/EXPLRecord.cpp +++ b/src/game/FalloutNewVegas/Records/EXPLRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "EXPLRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/EXPLRecord.h b/src/game/FalloutNewVegas/Records/EXPLRecord.h index c548eeb..fa44e2f 100644 --- a/src/game/FalloutNewVegas/Records/EXPLRecord.h +++ b/src/game/FalloutNewVegas/Records/EXPLRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/EYESRecord.cpp b/src/game/FalloutNewVegas/Records/EYESRecord.cpp index 02b1e3f..8ad511e 100644 --- a/src/game/FalloutNewVegas/Records/EYESRecord.cpp +++ b/src/game/FalloutNewVegas/Records/EYESRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "EYESRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/EYESRecord.h b/src/game/FalloutNewVegas/Records/EYESRecord.h index 6f2fe68..c5d199e 100644 --- a/src/game/FalloutNewVegas/Records/EYESRecord.h +++ b/src/game/FalloutNewVegas/Records/EYESRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/FACTRecord.cpp b/src/game/FalloutNewVegas/Records/FACTRecord.cpp index 1d5b39c..6248962 100644 --- a/src/game/FalloutNewVegas/Records/FACTRecord.cpp +++ b/src/game/FalloutNewVegas/Records/FACTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "FACTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/FACTRecord.h b/src/game/FalloutNewVegas/Records/FACTRecord.h index e498ff9..69170b6 100644 --- a/src/game/FalloutNewVegas/Records/FACTRecord.h +++ b/src/game/FalloutNewVegas/Records/FACTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/FLSTRecord.cpp b/src/game/FalloutNewVegas/Records/FLSTRecord.cpp index 6115527..6e8e0b8 100644 --- a/src/game/FalloutNewVegas/Records/FLSTRecord.cpp +++ b/src/game/FalloutNewVegas/Records/FLSTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "FLSTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/FLSTRecord.h b/src/game/FalloutNewVegas/Records/FLSTRecord.h index 9d6108f..423dbb7 100644 --- a/src/game/FalloutNewVegas/Records/FLSTRecord.h +++ b/src/game/FalloutNewVegas/Records/FLSTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/FURNRecord.cpp b/src/game/FalloutNewVegas/Records/FURNRecord.cpp index a9e0549..80ac1e4 100644 --- a/src/game/FalloutNewVegas/Records/FURNRecord.cpp +++ b/src/game/FalloutNewVegas/Records/FURNRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "FURNRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/FURNRecord.h b/src/game/FalloutNewVegas/Records/FURNRecord.h index 04db7b0..9bc337e 100644 --- a/src/game/FalloutNewVegas/Records/FURNRecord.h +++ b/src/game/FalloutNewVegas/Records/FURNRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/GLOBRecord.cpp b/src/game/FalloutNewVegas/Records/GLOBRecord.cpp index f5641bb..26588f2 100644 --- a/src/game/FalloutNewVegas/Records/GLOBRecord.cpp +++ b/src/game/FalloutNewVegas/Records/GLOBRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "GLOBRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/GLOBRecord.h b/src/game/FalloutNewVegas/Records/GLOBRecord.h index 750f05b..2556011 100644 --- a/src/game/FalloutNewVegas/Records/GLOBRecord.h +++ b/src/game/FalloutNewVegas/Records/GLOBRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/GMSTRecord.cpp b/src/game/FalloutNewVegas/Records/GMSTRecord.cpp index 387200a..209b660 100644 --- a/src/game/FalloutNewVegas/Records/GMSTRecord.cpp +++ b/src/game/FalloutNewVegas/Records/GMSTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "GMSTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/GMSTRecord.h b/src/game/FalloutNewVegas/Records/GMSTRecord.h index 9618a4b..ec9f57f 100644 --- a/src/game/FalloutNewVegas/Records/GMSTRecord.h +++ b/src/game/FalloutNewVegas/Records/GMSTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/GRASRecord.cpp b/src/game/FalloutNewVegas/Records/GRASRecord.cpp index fae6d7e..a1acf69 100644 --- a/src/game/FalloutNewVegas/Records/GRASRecord.cpp +++ b/src/game/FalloutNewVegas/Records/GRASRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "GRASRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/GRASRecord.h b/src/game/FalloutNewVegas/Records/GRASRecord.h index a141616..b910bdb 100644 --- a/src/game/FalloutNewVegas/Records/GRASRecord.h +++ b/src/game/FalloutNewVegas/Records/GRASRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/HAIRRecord.cpp b/src/game/FalloutNewVegas/Records/HAIRRecord.cpp index ca5c7ee..83e54f6 100644 --- a/src/game/FalloutNewVegas/Records/HAIRRecord.cpp +++ b/src/game/FalloutNewVegas/Records/HAIRRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "HAIRRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/HAIRRecord.h b/src/game/FalloutNewVegas/Records/HAIRRecord.h index f50610a..a060ca4 100644 --- a/src/game/FalloutNewVegas/Records/HAIRRecord.h +++ b/src/game/FalloutNewVegas/Records/HAIRRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/HDPTRecord.cpp b/src/game/FalloutNewVegas/Records/HDPTRecord.cpp index e73c6ca..3aa55ca 100644 --- a/src/game/FalloutNewVegas/Records/HDPTRecord.cpp +++ b/src/game/FalloutNewVegas/Records/HDPTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "HDPTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/HDPTRecord.h b/src/game/FalloutNewVegas/Records/HDPTRecord.h index 0fd275a..5fbaaca 100644 --- a/src/game/FalloutNewVegas/Records/HDPTRecord.h +++ b/src/game/FalloutNewVegas/Records/HDPTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/HUNGRecord.cpp b/src/game/FalloutNewVegas/Records/HUNGRecord.cpp index 97351f7..7ff0633 100644 --- a/src/game/FalloutNewVegas/Records/HUNGRecord.cpp +++ b/src/game/FalloutNewVegas/Records/HUNGRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "HUNGRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/HUNGRecord.h b/src/game/FalloutNewVegas/Records/HUNGRecord.h index 6a2ac7a..fc3d346 100644 --- a/src/game/FalloutNewVegas/Records/HUNGRecord.h +++ b/src/game/FalloutNewVegas/Records/HUNGRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/IDLERecord.cpp b/src/game/FalloutNewVegas/Records/IDLERecord.cpp index b270ada..e6a60a3 100644 --- a/src/game/FalloutNewVegas/Records/IDLERecord.cpp +++ b/src/game/FalloutNewVegas/Records/IDLERecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "IDLERecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/IDLERecord.h b/src/game/FalloutNewVegas/Records/IDLERecord.h index b210e83..db686e3 100644 --- a/src/game/FalloutNewVegas/Records/IDLERecord.h +++ b/src/game/FalloutNewVegas/Records/IDLERecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/IDLMRecord.cpp b/src/game/FalloutNewVegas/Records/IDLMRecord.cpp index 6777edb..77f2685 100644 --- a/src/game/FalloutNewVegas/Records/IDLMRecord.cpp +++ b/src/game/FalloutNewVegas/Records/IDLMRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "IDLMRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/IDLMRecord.h b/src/game/FalloutNewVegas/Records/IDLMRecord.h index 71b8718..ce345d1 100644 --- a/src/game/FalloutNewVegas/Records/IDLMRecord.h +++ b/src/game/FalloutNewVegas/Records/IDLMRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/IMADRecord.cpp b/src/game/FalloutNewVegas/Records/IMADRecord.cpp index 8d7ff01..264c97c 100644 --- a/src/game/FalloutNewVegas/Records/IMADRecord.cpp +++ b/src/game/FalloutNewVegas/Records/IMADRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "IMADRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/IMADRecord.h b/src/game/FalloutNewVegas/Records/IMADRecord.h index c2048b4..94edf8b 100644 --- a/src/game/FalloutNewVegas/Records/IMADRecord.h +++ b/src/game/FalloutNewVegas/Records/IMADRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/IMGSRecord.cpp b/src/game/FalloutNewVegas/Records/IMGSRecord.cpp index c931bd3..3c1677f 100644 --- a/src/game/FalloutNewVegas/Records/IMGSRecord.cpp +++ b/src/game/FalloutNewVegas/Records/IMGSRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "IMGSRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/IMGSRecord.h b/src/game/FalloutNewVegas/Records/IMGSRecord.h index c61688f..e3b1f0d 100644 --- a/src/game/FalloutNewVegas/Records/IMGSRecord.h +++ b/src/game/FalloutNewVegas/Records/IMGSRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/IMODRecord.cpp b/src/game/FalloutNewVegas/Records/IMODRecord.cpp index e59e2c1..3296033 100644 --- a/src/game/FalloutNewVegas/Records/IMODRecord.cpp +++ b/src/game/FalloutNewVegas/Records/IMODRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "IMODRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/IMODRecord.h b/src/game/FalloutNewVegas/Records/IMODRecord.h index 2ca9627..1fddefa 100644 --- a/src/game/FalloutNewVegas/Records/IMODRecord.h +++ b/src/game/FalloutNewVegas/Records/IMODRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/INFORecord.cpp b/src/game/FalloutNewVegas/Records/INFORecord.cpp index c4104cb..e869e5f 100644 --- a/src/game/FalloutNewVegas/Records/INFORecord.cpp +++ b/src/game/FalloutNewVegas/Records/INFORecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "INFORecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/INFORecord.h b/src/game/FalloutNewVegas/Records/INFORecord.h index 82f3578..68e4354 100644 --- a/src/game/FalloutNewVegas/Records/INFORecord.h +++ b/src/game/FalloutNewVegas/Records/INFORecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/INGRRecord.cpp b/src/game/FalloutNewVegas/Records/INGRRecord.cpp index 8fdec6d..5111c00 100644 --- a/src/game/FalloutNewVegas/Records/INGRRecord.cpp +++ b/src/game/FalloutNewVegas/Records/INGRRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "INGRRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/INGRRecord.h b/src/game/FalloutNewVegas/Records/INGRRecord.h index 6246969..50788b2 100644 --- a/src/game/FalloutNewVegas/Records/INGRRecord.h +++ b/src/game/FalloutNewVegas/Records/INGRRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/IPCTRecord.cpp b/src/game/FalloutNewVegas/Records/IPCTRecord.cpp index e7cee56..d7d0149 100644 --- a/src/game/FalloutNewVegas/Records/IPCTRecord.cpp +++ b/src/game/FalloutNewVegas/Records/IPCTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "IPCTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/IPCTRecord.h b/src/game/FalloutNewVegas/Records/IPCTRecord.h index da83eb4..e9e8ad5 100644 --- a/src/game/FalloutNewVegas/Records/IPCTRecord.h +++ b/src/game/FalloutNewVegas/Records/IPCTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/IPDSRecord.cpp b/src/game/FalloutNewVegas/Records/IPDSRecord.cpp index d49e20c..c9fd718 100644 --- a/src/game/FalloutNewVegas/Records/IPDSRecord.cpp +++ b/src/game/FalloutNewVegas/Records/IPDSRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "IPDSRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/IPDSRecord.h b/src/game/FalloutNewVegas/Records/IPDSRecord.h index 0fd370b..7d9d71b 100644 --- a/src/game/FalloutNewVegas/Records/IPDSRecord.h +++ b/src/game/FalloutNewVegas/Records/IPDSRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/KEYMRecord.cpp b/src/game/FalloutNewVegas/Records/KEYMRecord.cpp index c4ead5d..d1ac807 100644 --- a/src/game/FalloutNewVegas/Records/KEYMRecord.cpp +++ b/src/game/FalloutNewVegas/Records/KEYMRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "KEYMRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/KEYMRecord.h b/src/game/FalloutNewVegas/Records/KEYMRecord.h index e35330f..282c93b 100644 --- a/src/game/FalloutNewVegas/Records/KEYMRecord.h +++ b/src/game/FalloutNewVegas/Records/KEYMRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/LANDRecord.cpp b/src/game/FalloutNewVegas/Records/LANDRecord.cpp index 0a89324..c931fdb 100644 --- a/src/game/FalloutNewVegas/Records/LANDRecord.cpp +++ b/src/game/FalloutNewVegas/Records/LANDRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "LANDRecord.h" #include "CELLRecord.h" diff --git a/src/game/FalloutNewVegas/Records/LANDRecord.h b/src/game/FalloutNewVegas/Records/LANDRecord.h index aeeaff9..74863ff 100644 --- a/src/game/FalloutNewVegas/Records/LANDRecord.h +++ b/src/game/FalloutNewVegas/Records/LANDRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/LGTMRecord.cpp b/src/game/FalloutNewVegas/Records/LGTMRecord.cpp index c94f7c6..87c8635 100644 --- a/src/game/FalloutNewVegas/Records/LGTMRecord.cpp +++ b/src/game/FalloutNewVegas/Records/LGTMRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "LGTMRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/LGTMRecord.h b/src/game/FalloutNewVegas/Records/LGTMRecord.h index 6fda9bc..9146527 100644 --- a/src/game/FalloutNewVegas/Records/LGTMRecord.h +++ b/src/game/FalloutNewVegas/Records/LGTMRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/LIGHRecord.cpp b/src/game/FalloutNewVegas/Records/LIGHRecord.cpp index 6456376..9a16a50 100644 --- a/src/game/FalloutNewVegas/Records/LIGHRecord.cpp +++ b/src/game/FalloutNewVegas/Records/LIGHRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "LIGHRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/LIGHRecord.h b/src/game/FalloutNewVegas/Records/LIGHRecord.h index 524c425..ebc8917 100644 --- a/src/game/FalloutNewVegas/Records/LIGHRecord.h +++ b/src/game/FalloutNewVegas/Records/LIGHRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/LSCRRecord.cpp b/src/game/FalloutNewVegas/Records/LSCRRecord.cpp index 3912509..f44bb5a 100644 --- a/src/game/FalloutNewVegas/Records/LSCRRecord.cpp +++ b/src/game/FalloutNewVegas/Records/LSCRRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "LSCRRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/LSCRRecord.h b/src/game/FalloutNewVegas/Records/LSCRRecord.h index e356d65..ab8aa87 100644 --- a/src/game/FalloutNewVegas/Records/LSCRRecord.h +++ b/src/game/FalloutNewVegas/Records/LSCRRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/LSCTRecord.cpp b/src/game/FalloutNewVegas/Records/LSCTRecord.cpp index 45d41a1..b23e073 100644 --- a/src/game/FalloutNewVegas/Records/LSCTRecord.cpp +++ b/src/game/FalloutNewVegas/Records/LSCTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "LSCTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/LSCTRecord.h b/src/game/FalloutNewVegas/Records/LSCTRecord.h index e376e42..ab3a7d4 100644 --- a/src/game/FalloutNewVegas/Records/LSCTRecord.h +++ b/src/game/FalloutNewVegas/Records/LSCTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/LTEXRecord.cpp b/src/game/FalloutNewVegas/Records/LTEXRecord.cpp index 758234a..e769cac 100644 --- a/src/game/FalloutNewVegas/Records/LTEXRecord.cpp +++ b/src/game/FalloutNewVegas/Records/LTEXRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "LTEXRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/LTEXRecord.h b/src/game/FalloutNewVegas/Records/LTEXRecord.h index bbf83ab..2135d87 100644 --- a/src/game/FalloutNewVegas/Records/LTEXRecord.h +++ b/src/game/FalloutNewVegas/Records/LTEXRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/LVLCRecord.cpp b/src/game/FalloutNewVegas/Records/LVLCRecord.cpp index 5031d0b..3cf2f52 100644 --- a/src/game/FalloutNewVegas/Records/LVLCRecord.cpp +++ b/src/game/FalloutNewVegas/Records/LVLCRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "LVLCRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/LVLCRecord.h b/src/game/FalloutNewVegas/Records/LVLCRecord.h index 914d97b..402b151 100644 --- a/src/game/FalloutNewVegas/Records/LVLCRecord.h +++ b/src/game/FalloutNewVegas/Records/LVLCRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/LVLIRecord.cpp b/src/game/FalloutNewVegas/Records/LVLIRecord.cpp index a973290..34b3bd9 100644 --- a/src/game/FalloutNewVegas/Records/LVLIRecord.cpp +++ b/src/game/FalloutNewVegas/Records/LVLIRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "LVLIRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/LVLIRecord.h b/src/game/FalloutNewVegas/Records/LVLIRecord.h index dd77942..bcc4cbc 100644 --- a/src/game/FalloutNewVegas/Records/LVLIRecord.h +++ b/src/game/FalloutNewVegas/Records/LVLIRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/LVLNRecord.cpp b/src/game/FalloutNewVegas/Records/LVLNRecord.cpp index a38bd44..203f70b 100644 --- a/src/game/FalloutNewVegas/Records/LVLNRecord.cpp +++ b/src/game/FalloutNewVegas/Records/LVLNRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "LVLNRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/LVLNRecord.h b/src/game/FalloutNewVegas/Records/LVLNRecord.h index c4449e4..ed883e9 100644 --- a/src/game/FalloutNewVegas/Records/LVLNRecord.h +++ b/src/game/FalloutNewVegas/Records/LVLNRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/MESGRecord.cpp b/src/game/FalloutNewVegas/Records/MESGRecord.cpp index bd83914..4f7ca4f 100644 --- a/src/game/FalloutNewVegas/Records/MESGRecord.cpp +++ b/src/game/FalloutNewVegas/Records/MESGRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "MESGRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/MESGRecord.h b/src/game/FalloutNewVegas/Records/MESGRecord.h index 34ab642..520492c 100644 --- a/src/game/FalloutNewVegas/Records/MESGRecord.h +++ b/src/game/FalloutNewVegas/Records/MESGRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/MGEFRecord.cpp b/src/game/FalloutNewVegas/Records/MGEFRecord.cpp index 6c02fcd..c5b821d 100644 --- a/src/game/FalloutNewVegas/Records/MGEFRecord.cpp +++ b/src/game/FalloutNewVegas/Records/MGEFRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "MGEFRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/MGEFRecord.h b/src/game/FalloutNewVegas/Records/MGEFRecord.h index 0f60db6..780dde8 100644 --- a/src/game/FalloutNewVegas/Records/MGEFRecord.h +++ b/src/game/FalloutNewVegas/Records/MGEFRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/MICNRecord.cpp b/src/game/FalloutNewVegas/Records/MICNRecord.cpp index fa693ba..0bf53be 100644 --- a/src/game/FalloutNewVegas/Records/MICNRecord.cpp +++ b/src/game/FalloutNewVegas/Records/MICNRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "MICNRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/MICNRecord.h b/src/game/FalloutNewVegas/Records/MICNRecord.h index 8d2b161..3499488 100644 --- a/src/game/FalloutNewVegas/Records/MICNRecord.h +++ b/src/game/FalloutNewVegas/Records/MICNRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/MISCRecord.cpp b/src/game/FalloutNewVegas/Records/MISCRecord.cpp index 7782217..b6d10c0 100644 --- a/src/game/FalloutNewVegas/Records/MISCRecord.cpp +++ b/src/game/FalloutNewVegas/Records/MISCRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "MISCRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/MISCRecord.h b/src/game/FalloutNewVegas/Records/MISCRecord.h index cb62f9d..90993d0 100644 --- a/src/game/FalloutNewVegas/Records/MISCRecord.h +++ b/src/game/FalloutNewVegas/Records/MISCRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/MSETRecord.cpp b/src/game/FalloutNewVegas/Records/MSETRecord.cpp index 14bd78c..a0d5a44 100644 --- a/src/game/FalloutNewVegas/Records/MSETRecord.cpp +++ b/src/game/FalloutNewVegas/Records/MSETRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "MSETRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/MSETRecord.h b/src/game/FalloutNewVegas/Records/MSETRecord.h index 5c7ec77..2640044 100644 --- a/src/game/FalloutNewVegas/Records/MSETRecord.h +++ b/src/game/FalloutNewVegas/Records/MSETRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/MSTTRecord.cpp b/src/game/FalloutNewVegas/Records/MSTTRecord.cpp index 6d31ce1..48a53fb 100644 --- a/src/game/FalloutNewVegas/Records/MSTTRecord.cpp +++ b/src/game/FalloutNewVegas/Records/MSTTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "MSTTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/MSTTRecord.h b/src/game/FalloutNewVegas/Records/MSTTRecord.h index 26e6117..1efa92c 100644 --- a/src/game/FalloutNewVegas/Records/MSTTRecord.h +++ b/src/game/FalloutNewVegas/Records/MSTTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/MUSCRecord.cpp b/src/game/FalloutNewVegas/Records/MUSCRecord.cpp index 9d0d518..d0e8d88 100644 --- a/src/game/FalloutNewVegas/Records/MUSCRecord.cpp +++ b/src/game/FalloutNewVegas/Records/MUSCRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "MUSCRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/MUSCRecord.h b/src/game/FalloutNewVegas/Records/MUSCRecord.h index fb56640..68a1c16 100644 --- a/src/game/FalloutNewVegas/Records/MUSCRecord.h +++ b/src/game/FalloutNewVegas/Records/MUSCRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/NAVIRecord.cpp b/src/game/FalloutNewVegas/Records/NAVIRecord.cpp index bf09679..65d6c24 100644 --- a/src/game/FalloutNewVegas/Records/NAVIRecord.cpp +++ b/src/game/FalloutNewVegas/Records/NAVIRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "NAVIRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/NAVIRecord.h b/src/game/FalloutNewVegas/Records/NAVIRecord.h index 338ce6a..608cbbc 100644 --- a/src/game/FalloutNewVegas/Records/NAVIRecord.h +++ b/src/game/FalloutNewVegas/Records/NAVIRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/NAVMRecord.cpp b/src/game/FalloutNewVegas/Records/NAVMRecord.cpp index e516598..6aaf69a 100644 --- a/src/game/FalloutNewVegas/Records/NAVMRecord.cpp +++ b/src/game/FalloutNewVegas/Records/NAVMRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "NAVMRecord.h" #include "CELLRecord.h" diff --git a/src/game/FalloutNewVegas/Records/NAVMRecord.h b/src/game/FalloutNewVegas/Records/NAVMRecord.h index 1c33ef9..dab9045 100644 --- a/src/game/FalloutNewVegas/Records/NAVMRecord.h +++ b/src/game/FalloutNewVegas/Records/NAVMRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/NOTERecord.cpp b/src/game/FalloutNewVegas/Records/NOTERecord.cpp index 9ab60a2..0b500d9 100644 --- a/src/game/FalloutNewVegas/Records/NOTERecord.cpp +++ b/src/game/FalloutNewVegas/Records/NOTERecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "NOTERecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/NOTERecord.h b/src/game/FalloutNewVegas/Records/NOTERecord.h index b2b4687..0de6309 100644 --- a/src/game/FalloutNewVegas/Records/NOTERecord.h +++ b/src/game/FalloutNewVegas/Records/NOTERecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/NPC_Record.cpp b/src/game/FalloutNewVegas/Records/NPC_Record.cpp index 86ec678..d76aeae 100644 --- a/src/game/FalloutNewVegas/Records/NPC_Record.cpp +++ b/src/game/FalloutNewVegas/Records/NPC_Record.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "NPC_Record.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/NPC_Record.h b/src/game/FalloutNewVegas/Records/NPC_Record.h index 2f4de7f..26d0206 100644 --- a/src/game/FalloutNewVegas/Records/NPC_Record.h +++ b/src/game/FalloutNewVegas/Records/NPC_Record.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/PACKRecord.cpp b/src/game/FalloutNewVegas/Records/PACKRecord.cpp index bcf4ea8..e606c33 100644 --- a/src/game/FalloutNewVegas/Records/PACKRecord.cpp +++ b/src/game/FalloutNewVegas/Records/PACKRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "PACKRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/PACKRecord.h b/src/game/FalloutNewVegas/Records/PACKRecord.h index e12fe8d..18469dc 100644 --- a/src/game/FalloutNewVegas/Records/PACKRecord.h +++ b/src/game/FalloutNewVegas/Records/PACKRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/PBEARecord.cpp b/src/game/FalloutNewVegas/Records/PBEARecord.cpp index c9f4551..040c4c4 100644 --- a/src/game/FalloutNewVegas/Records/PBEARecord.cpp +++ b/src/game/FalloutNewVegas/Records/PBEARecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "PBEARecord.h" #include "CELLRecord.h" diff --git a/src/game/FalloutNewVegas/Records/PBEARecord.h b/src/game/FalloutNewVegas/Records/PBEARecord.h index 39a7994..2151d06 100644 --- a/src/game/FalloutNewVegas/Records/PBEARecord.h +++ b/src/game/FalloutNewVegas/Records/PBEARecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/PCBERecord.cpp b/src/game/FalloutNewVegas/Records/PCBERecord.cpp index a260583..5a5e896 100644 --- a/src/game/FalloutNewVegas/Records/PCBERecord.cpp +++ b/src/game/FalloutNewVegas/Records/PCBERecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "PCBERecord.h" #include "CELLRecord.h" diff --git a/src/game/FalloutNewVegas/Records/PCBERecord.h b/src/game/FalloutNewVegas/Records/PCBERecord.h index 1e20a05..a7d0a11 100644 --- a/src/game/FalloutNewVegas/Records/PCBERecord.h +++ b/src/game/FalloutNewVegas/Records/PCBERecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/PERKRecord.cpp b/src/game/FalloutNewVegas/Records/PERKRecord.cpp index 405d2aa..14428bf 100644 --- a/src/game/FalloutNewVegas/Records/PERKRecord.cpp +++ b/src/game/FalloutNewVegas/Records/PERKRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "PERKRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/PERKRecord.h b/src/game/FalloutNewVegas/Records/PERKRecord.h index f2853b0..562bc35 100644 --- a/src/game/FalloutNewVegas/Records/PERKRecord.h +++ b/src/game/FalloutNewVegas/Records/PERKRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/PFLARecord.cpp b/src/game/FalloutNewVegas/Records/PFLARecord.cpp index e521592..7ba5f63 100644 --- a/src/game/FalloutNewVegas/Records/PFLARecord.cpp +++ b/src/game/FalloutNewVegas/Records/PFLARecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "PFLARecord.h" #include "CELLRecord.h" diff --git a/src/game/FalloutNewVegas/Records/PFLARecord.h b/src/game/FalloutNewVegas/Records/PFLARecord.h index aec2dad..735853f 100644 --- a/src/game/FalloutNewVegas/Records/PFLARecord.h +++ b/src/game/FalloutNewVegas/Records/PFLARecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/PGRERecord.cpp b/src/game/FalloutNewVegas/Records/PGRERecord.cpp index ce72a40..fcb0700 100644 --- a/src/game/FalloutNewVegas/Records/PGRERecord.cpp +++ b/src/game/FalloutNewVegas/Records/PGRERecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "PGRERecord.h" #include "CELLRecord.h" diff --git a/src/game/FalloutNewVegas/Records/PGRERecord.h b/src/game/FalloutNewVegas/Records/PGRERecord.h index 973ed5d..c6af4a0 100644 --- a/src/game/FalloutNewVegas/Records/PGRERecord.h +++ b/src/game/FalloutNewVegas/Records/PGRERecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/PMISRecord.cpp b/src/game/FalloutNewVegas/Records/PMISRecord.cpp index 24d77fc..864c3be 100644 --- a/src/game/FalloutNewVegas/Records/PMISRecord.cpp +++ b/src/game/FalloutNewVegas/Records/PMISRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "PMISRecord.h" #include "CELLRecord.h" diff --git a/src/game/FalloutNewVegas/Records/PMISRecord.h b/src/game/FalloutNewVegas/Records/PMISRecord.h index f0e7b51..c416833 100644 --- a/src/game/FalloutNewVegas/Records/PMISRecord.h +++ b/src/game/FalloutNewVegas/Records/PMISRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/PROJRecord.cpp b/src/game/FalloutNewVegas/Records/PROJRecord.cpp index 7a654df..8e6a496 100644 --- a/src/game/FalloutNewVegas/Records/PROJRecord.cpp +++ b/src/game/FalloutNewVegas/Records/PROJRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "PROJRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/PROJRecord.h b/src/game/FalloutNewVegas/Records/PROJRecord.h index 25135b7..4783e7f 100644 --- a/src/game/FalloutNewVegas/Records/PROJRecord.h +++ b/src/game/FalloutNewVegas/Records/PROJRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/PWATRecord.cpp b/src/game/FalloutNewVegas/Records/PWATRecord.cpp index c0fc895..0c6f954 100644 --- a/src/game/FalloutNewVegas/Records/PWATRecord.cpp +++ b/src/game/FalloutNewVegas/Records/PWATRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "PWATRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/PWATRecord.h b/src/game/FalloutNewVegas/Records/PWATRecord.h index 767931d..33d1d79 100644 --- a/src/game/FalloutNewVegas/Records/PWATRecord.h +++ b/src/game/FalloutNewVegas/Records/PWATRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/QUSTRecord.cpp b/src/game/FalloutNewVegas/Records/QUSTRecord.cpp index e6ade4f..1d2c8c6 100644 --- a/src/game/FalloutNewVegas/Records/QUSTRecord.cpp +++ b/src/game/FalloutNewVegas/Records/QUSTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "QUSTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/QUSTRecord.h b/src/game/FalloutNewVegas/Records/QUSTRecord.h index 08a1803..88ba6b2 100644 --- a/src/game/FalloutNewVegas/Records/QUSTRecord.h +++ b/src/game/FalloutNewVegas/Records/QUSTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/RACERecord.cpp b/src/game/FalloutNewVegas/Records/RACERecord.cpp index fc66015..214e1fe 100644 --- a/src/game/FalloutNewVegas/Records/RACERecord.cpp +++ b/src/game/FalloutNewVegas/Records/RACERecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "RACERecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/RACERecord.h b/src/game/FalloutNewVegas/Records/RACERecord.h index b1c85e4..60cec6a 100644 --- a/src/game/FalloutNewVegas/Records/RACERecord.h +++ b/src/game/FalloutNewVegas/Records/RACERecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/RADSRecord.cpp b/src/game/FalloutNewVegas/Records/RADSRecord.cpp index 20b78a1..91ea4a9 100644 --- a/src/game/FalloutNewVegas/Records/RADSRecord.cpp +++ b/src/game/FalloutNewVegas/Records/RADSRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "RADSRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/RADSRecord.h b/src/game/FalloutNewVegas/Records/RADSRecord.h index dc5e5f0..705242a 100644 --- a/src/game/FalloutNewVegas/Records/RADSRecord.h +++ b/src/game/FalloutNewVegas/Records/RADSRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/RCCTRecord.cpp b/src/game/FalloutNewVegas/Records/RCCTRecord.cpp index dcf4432..a8acaa2 100644 --- a/src/game/FalloutNewVegas/Records/RCCTRecord.cpp +++ b/src/game/FalloutNewVegas/Records/RCCTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "RCCTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/RCCTRecord.h b/src/game/FalloutNewVegas/Records/RCCTRecord.h index 0f3b9cc..b87cfec 100644 --- a/src/game/FalloutNewVegas/Records/RCCTRecord.h +++ b/src/game/FalloutNewVegas/Records/RCCTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/RCPERecord.cpp b/src/game/FalloutNewVegas/Records/RCPERecord.cpp index f7a5595..9d83ecb 100644 --- a/src/game/FalloutNewVegas/Records/RCPERecord.cpp +++ b/src/game/FalloutNewVegas/Records/RCPERecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "RCPERecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/RCPERecord.h b/src/game/FalloutNewVegas/Records/RCPERecord.h index 4d419ab..9573961 100644 --- a/src/game/FalloutNewVegas/Records/RCPERecord.h +++ b/src/game/FalloutNewVegas/Records/RCPERecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/REFRRecord.cpp b/src/game/FalloutNewVegas/Records/REFRRecord.cpp index 6a74a33..6ba6257 100644 --- a/src/game/FalloutNewVegas/Records/REFRRecord.cpp +++ b/src/game/FalloutNewVegas/Records/REFRRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "REFRRecord.h" #include "CELLRecord.h" diff --git a/src/game/FalloutNewVegas/Records/REFRRecord.h b/src/game/FalloutNewVegas/Records/REFRRecord.h index 8d59347..0242635 100644 --- a/src/game/FalloutNewVegas/Records/REFRRecord.h +++ b/src/game/FalloutNewVegas/Records/REFRRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/REGNRecord.cpp b/src/game/FalloutNewVegas/Records/REGNRecord.cpp index 5d10818..5c32bfc 100644 --- a/src/game/FalloutNewVegas/Records/REGNRecord.cpp +++ b/src/game/FalloutNewVegas/Records/REGNRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "REGNRecord.h" #include diff --git a/src/game/FalloutNewVegas/Records/REGNRecord.h b/src/game/FalloutNewVegas/Records/REGNRecord.h index 64a864d..774a01e 100644 --- a/src/game/FalloutNewVegas/Records/REGNRecord.h +++ b/src/game/FalloutNewVegas/Records/REGNRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/REPURecord.cpp b/src/game/FalloutNewVegas/Records/REPURecord.cpp index 3fa1210..006d7a5 100644 --- a/src/game/FalloutNewVegas/Records/REPURecord.cpp +++ b/src/game/FalloutNewVegas/Records/REPURecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "REPURecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/REPURecord.h b/src/game/FalloutNewVegas/Records/REPURecord.h index 3bd23dc..8f4d5e5 100644 --- a/src/game/FalloutNewVegas/Records/REPURecord.h +++ b/src/game/FalloutNewVegas/Records/REPURecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/RGDLRecord.cpp b/src/game/FalloutNewVegas/Records/RGDLRecord.cpp index fb2fed2..436d818 100644 --- a/src/game/FalloutNewVegas/Records/RGDLRecord.cpp +++ b/src/game/FalloutNewVegas/Records/RGDLRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "RGDLRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/RGDLRecord.h b/src/game/FalloutNewVegas/Records/RGDLRecord.h index 9b9719c..4147993 100644 --- a/src/game/FalloutNewVegas/Records/RGDLRecord.h +++ b/src/game/FalloutNewVegas/Records/RGDLRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/SCOLRecord.cpp b/src/game/FalloutNewVegas/Records/SCOLRecord.cpp index 9d50106..d3c946c 100644 --- a/src/game/FalloutNewVegas/Records/SCOLRecord.cpp +++ b/src/game/FalloutNewVegas/Records/SCOLRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "SCOLRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/SCOLRecord.h b/src/game/FalloutNewVegas/Records/SCOLRecord.h index 34515c3..d71e767 100644 --- a/src/game/FalloutNewVegas/Records/SCOLRecord.h +++ b/src/game/FalloutNewVegas/Records/SCOLRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/SCPTRecord.cpp b/src/game/FalloutNewVegas/Records/SCPTRecord.cpp index 6d02652..f10c723 100644 --- a/src/game/FalloutNewVegas/Records/SCPTRecord.cpp +++ b/src/game/FalloutNewVegas/Records/SCPTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "SCPTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/SCPTRecord.h b/src/game/FalloutNewVegas/Records/SCPTRecord.h index eccda2a..ae522e7 100644 --- a/src/game/FalloutNewVegas/Records/SCPTRecord.h +++ b/src/game/FalloutNewVegas/Records/SCPTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/SLPDRecord.cpp b/src/game/FalloutNewVegas/Records/SLPDRecord.cpp index 1d4f559..2dbc7c5 100644 --- a/src/game/FalloutNewVegas/Records/SLPDRecord.cpp +++ b/src/game/FalloutNewVegas/Records/SLPDRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "SLPDRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/SLPDRecord.h b/src/game/FalloutNewVegas/Records/SLPDRecord.h index 3b657ec..8388b9c 100644 --- a/src/game/FalloutNewVegas/Records/SLPDRecord.h +++ b/src/game/FalloutNewVegas/Records/SLPDRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/SOUNRecord.cpp b/src/game/FalloutNewVegas/Records/SOUNRecord.cpp index 047fcd3..a385107 100644 --- a/src/game/FalloutNewVegas/Records/SOUNRecord.cpp +++ b/src/game/FalloutNewVegas/Records/SOUNRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "SOUNRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/SOUNRecord.h b/src/game/FalloutNewVegas/Records/SOUNRecord.h index 9a8dfc2..919ccfa 100644 --- a/src/game/FalloutNewVegas/Records/SOUNRecord.h +++ b/src/game/FalloutNewVegas/Records/SOUNRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/SPELRecord.cpp b/src/game/FalloutNewVegas/Records/SPELRecord.cpp index 9365803..ed3a749 100644 --- a/src/game/FalloutNewVegas/Records/SPELRecord.cpp +++ b/src/game/FalloutNewVegas/Records/SPELRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "SPELRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/SPELRecord.h b/src/game/FalloutNewVegas/Records/SPELRecord.h index 16b24fc..c5c81ed 100644 --- a/src/game/FalloutNewVegas/Records/SPELRecord.h +++ b/src/game/FalloutNewVegas/Records/SPELRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/STATRecord.cpp b/src/game/FalloutNewVegas/Records/STATRecord.cpp index 13e611d..6e370dd 100644 --- a/src/game/FalloutNewVegas/Records/STATRecord.cpp +++ b/src/game/FalloutNewVegas/Records/STATRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "STATRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/STATRecord.h b/src/game/FalloutNewVegas/Records/STATRecord.h index d85a10c..3dc7983 100644 --- a/src/game/FalloutNewVegas/Records/STATRecord.h +++ b/src/game/FalloutNewVegas/Records/STATRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/TACTRecord.cpp b/src/game/FalloutNewVegas/Records/TACTRecord.cpp index 6e5d7d6..1f7b5b4 100644 --- a/src/game/FalloutNewVegas/Records/TACTRecord.cpp +++ b/src/game/FalloutNewVegas/Records/TACTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "TACTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/TACTRecord.h b/src/game/FalloutNewVegas/Records/TACTRecord.h index 77ac31e..fc64628 100644 --- a/src/game/FalloutNewVegas/Records/TACTRecord.h +++ b/src/game/FalloutNewVegas/Records/TACTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/TERMRecord.cpp b/src/game/FalloutNewVegas/Records/TERMRecord.cpp index 7c7d2a1..5118cbd 100644 --- a/src/game/FalloutNewVegas/Records/TERMRecord.cpp +++ b/src/game/FalloutNewVegas/Records/TERMRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "TERMRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/TERMRecord.h b/src/game/FalloutNewVegas/Records/TERMRecord.h index bcc38f6..8432a23 100644 --- a/src/game/FalloutNewVegas/Records/TERMRecord.h +++ b/src/game/FalloutNewVegas/Records/TERMRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/TREERecord.cpp b/src/game/FalloutNewVegas/Records/TREERecord.cpp index 88101bf..d79e5f2 100644 --- a/src/game/FalloutNewVegas/Records/TREERecord.cpp +++ b/src/game/FalloutNewVegas/Records/TREERecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "TREERecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/TREERecord.h b/src/game/FalloutNewVegas/Records/TREERecord.h index cc50e31..da43705 100644 --- a/src/game/FalloutNewVegas/Records/TREERecord.h +++ b/src/game/FalloutNewVegas/Records/TREERecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/TXSTRecord.cpp b/src/game/FalloutNewVegas/Records/TXSTRecord.cpp index e96766f..d33800e 100644 --- a/src/game/FalloutNewVegas/Records/TXSTRecord.cpp +++ b/src/game/FalloutNewVegas/Records/TXSTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "TXSTRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/TXSTRecord.h b/src/game/FalloutNewVegas/Records/TXSTRecord.h index ad9d43a..890440f 100644 --- a/src/game/FalloutNewVegas/Records/TXSTRecord.h +++ b/src/game/FalloutNewVegas/Records/TXSTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/VTYPRecord.cpp b/src/game/FalloutNewVegas/Records/VTYPRecord.cpp index 684ffe4..4ab0ab7 100644 --- a/src/game/FalloutNewVegas/Records/VTYPRecord.cpp +++ b/src/game/FalloutNewVegas/Records/VTYPRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "VTYPRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/VTYPRecord.h b/src/game/FalloutNewVegas/Records/VTYPRecord.h index decdd01..b3b9fd2 100644 --- a/src/game/FalloutNewVegas/Records/VTYPRecord.h +++ b/src/game/FalloutNewVegas/Records/VTYPRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/WATRRecord.cpp b/src/game/FalloutNewVegas/Records/WATRRecord.cpp index 04ed0f2..f5d4353 100644 --- a/src/game/FalloutNewVegas/Records/WATRRecord.cpp +++ b/src/game/FalloutNewVegas/Records/WATRRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "WATRRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/WATRRecord.h b/src/game/FalloutNewVegas/Records/WATRRecord.h index 0f58a07..376da65 100644 --- a/src/game/FalloutNewVegas/Records/WATRRecord.h +++ b/src/game/FalloutNewVegas/Records/WATRRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/WEAPRecord.cpp b/src/game/FalloutNewVegas/Records/WEAPRecord.cpp index 3cca29c..5a3348c 100644 --- a/src/game/FalloutNewVegas/Records/WEAPRecord.cpp +++ b/src/game/FalloutNewVegas/Records/WEAPRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "WEAPRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/WEAPRecord.h b/src/game/FalloutNewVegas/Records/WEAPRecord.h index ddfd128..2cd8723 100644 --- a/src/game/FalloutNewVegas/Records/WEAPRecord.h +++ b/src/game/FalloutNewVegas/Records/WEAPRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/WRLDRecord.cpp b/src/game/FalloutNewVegas/Records/WRLDRecord.cpp index 9db60e1..b9272aa 100644 --- a/src/game/FalloutNewVegas/Records/WRLDRecord.cpp +++ b/src/game/FalloutNewVegas/Records/WRLDRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "WRLDRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/WRLDRecord.h b/src/game/FalloutNewVegas/Records/WRLDRecord.h index 59833fc..a1665ea 100644 --- a/src/game/FalloutNewVegas/Records/WRLDRecord.h +++ b/src/game/FalloutNewVegas/Records/WRLDRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/FalloutNewVegas/Records/WTHRRecord.cpp b/src/game/FalloutNewVegas/Records/WTHRRecord.cpp index 1ac9757..8564e07 100644 --- a/src/game/FalloutNewVegas/Records/WTHRRecord.cpp +++ b/src/game/FalloutNewVegas/Records/WTHRRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "WTHRRecord.h" namespace FNV diff --git a/src/game/FalloutNewVegas/Records/WTHRRecord.h b/src/game/FalloutNewVegas/Records/WTHRRecord.h index d5afecd..b629e16 100644 --- a/src/game/FalloutNewVegas/Records/WTHRRecord.h +++ b/src/game/FalloutNewVegas/Records/WTHRRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace FNV { diff --git a/src/game/Oblivion/Records/ACHRRecord.cpp b/src/game/Oblivion/Records/ACHRRecord.cpp index e50a76a..a7198e0 100644 --- a/src/game/Oblivion/Records/ACHRRecord.cpp +++ b/src/game/Oblivion/Records/ACHRRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ACHRRecord.h" #include "CELLRecord.h" diff --git a/src/game/Oblivion/Records/ACHRRecord.h b/src/game/Oblivion/Records/ACHRRecord.h index c07d1b0..724e74f 100644 --- a/src/game/Oblivion/Records/ACHRRecord.h +++ b/src/game/Oblivion/Records/ACHRRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/ACRERecord.cpp b/src/game/Oblivion/Records/ACRERecord.cpp index 662d89d..dcd484f 100644 --- a/src/game/Oblivion/Records/ACRERecord.cpp +++ b/src/game/Oblivion/Records/ACRERecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ACRERecord.h" #include "CELLRecord.h" diff --git a/src/game/Oblivion/Records/ACRERecord.h b/src/game/Oblivion/Records/ACRERecord.h index 08c0ef2..e58ccff 100644 --- a/src/game/Oblivion/Records/ACRERecord.h +++ b/src/game/Oblivion/Records/ACRERecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/ACTIRecord.cpp b/src/game/Oblivion/Records/ACTIRecord.cpp index 1829260..e4c7b33 100644 --- a/src/game/Oblivion/Records/ACTIRecord.cpp +++ b/src/game/Oblivion/Records/ACTIRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ACTIRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/ACTIRecord.h b/src/game/Oblivion/Records/ACTIRecord.h index 7d5c9b4..68f3cfe 100644 --- a/src/game/Oblivion/Records/ACTIRecord.h +++ b/src/game/Oblivion/Records/ACTIRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/ALCHRecord.cpp b/src/game/Oblivion/Records/ALCHRecord.cpp index aa8b525..efcada4 100644 --- a/src/game/Oblivion/Records/ALCHRecord.cpp +++ b/src/game/Oblivion/Records/ALCHRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ALCHRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/ALCHRecord.h b/src/game/Oblivion/Records/ALCHRecord.h index 7c23a0c..1081b1d 100644 --- a/src/game/Oblivion/Records/ALCHRecord.h +++ b/src/game/Oblivion/Records/ALCHRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/AMMORecord.cpp b/src/game/Oblivion/Records/AMMORecord.cpp index e249130..31f316e 100644 --- a/src/game/Oblivion/Records/AMMORecord.cpp +++ b/src/game/Oblivion/Records/AMMORecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "AMMORecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/AMMORecord.h b/src/game/Oblivion/Records/AMMORecord.h index ccb71ce..788baf6 100644 --- a/src/game/Oblivion/Records/AMMORecord.h +++ b/src/game/Oblivion/Records/AMMORecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/ANIORecord.cpp b/src/game/Oblivion/Records/ANIORecord.cpp index 40def05..8cc2e1b 100644 --- a/src/game/Oblivion/Records/ANIORecord.cpp +++ b/src/game/Oblivion/Records/ANIORecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ANIORecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/ANIORecord.h b/src/game/Oblivion/Records/ANIORecord.h index 531c7ff..955fefb 100644 --- a/src/game/Oblivion/Records/ANIORecord.h +++ b/src/game/Oblivion/Records/ANIORecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/API/ACHRRecordAPI.cpp b/src/game/Oblivion/Records/API/ACHRRecordAPI.cpp index d516d62..b07cf45 100644 --- a/src/game/Oblivion/Records/API/ACHRRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/ACHRRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ACHRRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/ACRERecordAPI.cpp b/src/game/Oblivion/Records/API/ACRERecordAPI.cpp index 0f38f4f..dd5f108 100644 --- a/src/game/Oblivion/Records/API/ACRERecordAPI.cpp +++ b/src/game/Oblivion/Records/API/ACRERecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ACRERecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/ACTIRecordAPI.cpp b/src/game/Oblivion/Records/API/ACTIRecordAPI.cpp index fa6cdc4..4483d10 100644 --- a/src/game/Oblivion/Records/API/ACTIRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/ACTIRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ACTIRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/ALCHRecordAPI.cpp b/src/game/Oblivion/Records/API/ALCHRecordAPI.cpp index b87f3ce..8ec51e2 100644 --- a/src/game/Oblivion/Records/API/ALCHRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/ALCHRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ALCHRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/AMMORecordAPI.cpp b/src/game/Oblivion/Records/API/AMMORecordAPI.cpp index 35e52c8..7192c3d 100644 --- a/src/game/Oblivion/Records/API/AMMORecordAPI.cpp +++ b/src/game/Oblivion/Records/API/AMMORecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\AMMORecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/ANIORecordAPI.cpp b/src/game/Oblivion/Records/API/ANIORecordAPI.cpp index 57821ea..28a665d 100644 --- a/src/game/Oblivion/Records/API/ANIORecordAPI.cpp +++ b/src/game/Oblivion/Records/API/ANIORecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ANIORecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/APPARecordAPI.cpp b/src/game/Oblivion/Records/API/APPARecordAPI.cpp index 77143c4..5248ade 100644 --- a/src/game/Oblivion/Records/API/APPARecordAPI.cpp +++ b/src/game/Oblivion/Records/API/APPARecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\APPARecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/ARMORecordAPI.cpp b/src/game/Oblivion/Records/API/ARMORecordAPI.cpp index 2531720..0702ed7 100644 --- a/src/game/Oblivion/Records/API/ARMORecordAPI.cpp +++ b/src/game/Oblivion/Records/API/ARMORecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ARMORecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/BOOKRecordAPI.cpp b/src/game/Oblivion/Records/API/BOOKRecordAPI.cpp index 70f45b7..04dc99a 100644 --- a/src/game/Oblivion/Records/API/BOOKRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/BOOKRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\BOOKRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/BSGNRecordAPI.cpp b/src/game/Oblivion/Records/API/BSGNRecordAPI.cpp index cd06559..06a0f18 100644 --- a/src/game/Oblivion/Records/API/BSGNRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/BSGNRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\BSGNRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/CELLRecordAPI.cpp b/src/game/Oblivion/Records/API/CELLRecordAPI.cpp index 72c7347..ffad40c 100644 --- a/src/game/Oblivion/Records/API/CELLRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/CELLRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CELLRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/CLASRecordAPI.cpp b/src/game/Oblivion/Records/API/CLASRecordAPI.cpp index 9810159..68c9e43 100644 --- a/src/game/Oblivion/Records/API/CLASRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/CLASRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CLASRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/CLMTRecordAPI.cpp b/src/game/Oblivion/Records/API/CLMTRecordAPI.cpp index 77e322d..0b88cdf 100644 --- a/src/game/Oblivion/Records/API/CLMTRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/CLMTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CLMTRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/CLOTRecordAPI.cpp b/src/game/Oblivion/Records/API/CLOTRecordAPI.cpp index b50e7c8..cc67465 100644 --- a/src/game/Oblivion/Records/API/CLOTRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/CLOTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CLOTRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/CONTRecordAPI.cpp b/src/game/Oblivion/Records/API/CONTRecordAPI.cpp index 7858ff6..53201a6 100644 --- a/src/game/Oblivion/Records/API/CONTRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/CONTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CONTRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/CREARecordAPI.cpp b/src/game/Oblivion/Records/API/CREARecordAPI.cpp index 806aea4..159d117 100644 --- a/src/game/Oblivion/Records/API/CREARecordAPI.cpp +++ b/src/game/Oblivion/Records/API/CREARecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CREARecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/CSTYRecordAPI.cpp b/src/game/Oblivion/Records/API/CSTYRecordAPI.cpp index 655fc48..e307f1e 100644 --- a/src/game/Oblivion/Records/API/CSTYRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/CSTYRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CSTYRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/DIALRecordAPI.cpp b/src/game/Oblivion/Records/API/DIALRecordAPI.cpp index 13b44ff..e5ad5d2 100644 --- a/src/game/Oblivion/Records/API/DIALRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/DIALRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\DIALRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/DOORRecordAPI.cpp b/src/game/Oblivion/Records/API/DOORRecordAPI.cpp index 3862512..da28f3d 100644 --- a/src/game/Oblivion/Records/API/DOORRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/DOORRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\DOORRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/EFSHRecordAPI.cpp b/src/game/Oblivion/Records/API/EFSHRecordAPI.cpp index 4216a14..1ecd6ca 100644 --- a/src/game/Oblivion/Records/API/EFSHRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/EFSHRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\EFSHRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/ENCHRecordAPI.cpp b/src/game/Oblivion/Records/API/ENCHRecordAPI.cpp index 818dfcb..303f75d 100644 --- a/src/game/Oblivion/Records/API/ENCHRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/ENCHRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ENCHRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/EYESRecordAPI.cpp b/src/game/Oblivion/Records/API/EYESRecordAPI.cpp index 32d57f5..281ee49 100644 --- a/src/game/Oblivion/Records/API/EYESRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/EYESRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\EYESRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/FACTRecordAPI.cpp b/src/game/Oblivion/Records/API/FACTRecordAPI.cpp index feaf126..122dc55 100644 --- a/src/game/Oblivion/Records/API/FACTRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/FACTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\FACTRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/FLORRecordAPI.cpp b/src/game/Oblivion/Records/API/FLORRecordAPI.cpp index 0cbbbbd..815333e 100644 --- a/src/game/Oblivion/Records/API/FLORRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/FLORRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\FLORRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/FURNRecordAPI.cpp b/src/game/Oblivion/Records/API/FURNRecordAPI.cpp index 1a99700..bd32853 100644 --- a/src/game/Oblivion/Records/API/FURNRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/FURNRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\FURNRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/GLOBRecordAPI.cpp b/src/game/Oblivion/Records/API/GLOBRecordAPI.cpp index 12e116b..abfff93 100644 --- a/src/game/Oblivion/Records/API/GLOBRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/GLOBRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\GLOBRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/GMSTRecordAPI.cpp b/src/game/Oblivion/Records/API/GMSTRecordAPI.cpp index 3516afe..124345f 100644 --- a/src/game/Oblivion/Records/API/GMSTRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/GMSTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\GMSTRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/GRASRecordAPI.cpp b/src/game/Oblivion/Records/API/GRASRecordAPI.cpp index f03a059..f231113 100644 --- a/src/game/Oblivion/Records/API/GRASRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/GRASRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\GRASRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/HAIRRecordAPI.cpp b/src/game/Oblivion/Records/API/HAIRRecordAPI.cpp index a1ef3d5..8d4d3c6 100644 --- a/src/game/Oblivion/Records/API/HAIRRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/HAIRRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\HAIRRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/IDLERecordAPI.cpp b/src/game/Oblivion/Records/API/IDLERecordAPI.cpp index b5213ba..9a30868 100644 --- a/src/game/Oblivion/Records/API/IDLERecordAPI.cpp +++ b/src/game/Oblivion/Records/API/IDLERecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\IDLERecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/INFORecordAPI.cpp b/src/game/Oblivion/Records/API/INFORecordAPI.cpp index 3175a55..33db7c0 100644 --- a/src/game/Oblivion/Records/API/INFORecordAPI.cpp +++ b/src/game/Oblivion/Records/API/INFORecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\INFORecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/INGRRecordAPI.cpp b/src/game/Oblivion/Records/API/INGRRecordAPI.cpp index 0c84419..325e7dd 100644 --- a/src/game/Oblivion/Records/API/INGRRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/INGRRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\INGRRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/KEYMRecordAPI.cpp b/src/game/Oblivion/Records/API/KEYMRecordAPI.cpp index 4900019..af27a75 100644 --- a/src/game/Oblivion/Records/API/KEYMRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/KEYMRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\KEYMRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/LANDRecordAPI.cpp b/src/game/Oblivion/Records/API/LANDRecordAPI.cpp index a618420..41c25a9 100644 --- a/src/game/Oblivion/Records/API/LANDRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/LANDRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\LANDRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/LIGHRecordAPI.cpp b/src/game/Oblivion/Records/API/LIGHRecordAPI.cpp index 96fb076..8e50095 100644 --- a/src/game/Oblivion/Records/API/LIGHRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/LIGHRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\LIGHRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/LSCRRecordAPI.cpp b/src/game/Oblivion/Records/API/LSCRRecordAPI.cpp index 3f2a7c7..cb2706c 100644 --- a/src/game/Oblivion/Records/API/LSCRRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/LSCRRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\LSCRRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/LTEXRecordAPI.cpp b/src/game/Oblivion/Records/API/LTEXRecordAPI.cpp index a7dac7d..e3ed918 100644 --- a/src/game/Oblivion/Records/API/LTEXRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/LTEXRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\LTEXRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/LVLCRecordAPI.cpp b/src/game/Oblivion/Records/API/LVLCRecordAPI.cpp index 4f38903..d63bec7 100644 --- a/src/game/Oblivion/Records/API/LVLCRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/LVLCRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\LVLCRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/LVLIRecordAPI.cpp b/src/game/Oblivion/Records/API/LVLIRecordAPI.cpp index 351a322..621cc7e 100644 --- a/src/game/Oblivion/Records/API/LVLIRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/LVLIRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\LVLIRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/LVSPRecordAPI.cpp b/src/game/Oblivion/Records/API/LVSPRecordAPI.cpp index ce3b2bf..06bb859 100644 --- a/src/game/Oblivion/Records/API/LVSPRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/LVSPRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\LVSPRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/MGEFRecordAPI.cpp b/src/game/Oblivion/Records/API/MGEFRecordAPI.cpp index 9d20928..78ded96 100644 --- a/src/game/Oblivion/Records/API/MGEFRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/MGEFRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\MGEFRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/MISCRecordAPI.cpp b/src/game/Oblivion/Records/API/MISCRecordAPI.cpp index 330f3ce..b35806e 100644 --- a/src/game/Oblivion/Records/API/MISCRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/MISCRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\MISCRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/NPC_RecordAPI.cpp b/src/game/Oblivion/Records/API/NPC_RecordAPI.cpp index 30dbcee..81d561c 100644 --- a/src/game/Oblivion/Records/API/NPC_RecordAPI.cpp +++ b/src/game/Oblivion/Records/API/NPC_RecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\NPC_Record.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/PACKRecordAPI.cpp b/src/game/Oblivion/Records/API/PACKRecordAPI.cpp index c7d1577..8efbb46 100644 --- a/src/game/Oblivion/Records/API/PACKRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/PACKRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\PACKRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/PGRDRecordAPI.cpp b/src/game/Oblivion/Records/API/PGRDRecordAPI.cpp index ec9f020..a4a89ec 100644 --- a/src/game/Oblivion/Records/API/PGRDRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/PGRDRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\PGRDRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/QUSTRecordAPI.cpp b/src/game/Oblivion/Records/API/QUSTRecordAPI.cpp index d9fd239..1422835 100644 --- a/src/game/Oblivion/Records/API/QUSTRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/QUSTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\QUSTRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/RACERecordAPI.cpp b/src/game/Oblivion/Records/API/RACERecordAPI.cpp index 52336bc..1fc226b 100644 --- a/src/game/Oblivion/Records/API/RACERecordAPI.cpp +++ b/src/game/Oblivion/Records/API/RACERecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\RACERecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/REFRRecordAPI.cpp b/src/game/Oblivion/Records/API/REFRRecordAPI.cpp index 780251f..69ce86c 100644 --- a/src/game/Oblivion/Records/API/REFRRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/REFRRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\REFRRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/REGNRecordAPI.cpp b/src/game/Oblivion/Records/API/REGNRecordAPI.cpp index 4568f51..edf37c0 100644 --- a/src/game/Oblivion/Records/API/REGNRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/REGNRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\REGNRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/ROADRecordAPI.cpp b/src/game/Oblivion/Records/API/ROADRecordAPI.cpp index df3d7b3..36f09bd 100644 --- a/src/game/Oblivion/Records/API/ROADRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/ROADRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ROADRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/SBSPRecordAPI.cpp b/src/game/Oblivion/Records/API/SBSPRecordAPI.cpp index 594464f..4354dce 100644 --- a/src/game/Oblivion/Records/API/SBSPRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/SBSPRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\SBSPRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/SCPTRecordAPI.cpp b/src/game/Oblivion/Records/API/SCPTRecordAPI.cpp index 6cb3d13..ddd8162 100644 --- a/src/game/Oblivion/Records/API/SCPTRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/SCPTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\SCPTRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/SGSTRecordAPI.cpp b/src/game/Oblivion/Records/API/SGSTRecordAPI.cpp index c92c7aa..65b717f 100644 --- a/src/game/Oblivion/Records/API/SGSTRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/SGSTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\SGSTRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/SKILRecordAPI.cpp b/src/game/Oblivion/Records/API/SKILRecordAPI.cpp index 2eda07f..869ddad 100644 --- a/src/game/Oblivion/Records/API/SKILRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/SKILRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\SKILRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/SLGMRecordAPI.cpp b/src/game/Oblivion/Records/API/SLGMRecordAPI.cpp index a9ad48a..fbecd3a 100644 --- a/src/game/Oblivion/Records/API/SLGMRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/SLGMRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\SLGMRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/SOUNRecordAPI.cpp b/src/game/Oblivion/Records/API/SOUNRecordAPI.cpp index c7a7d09..f5ee67d 100644 --- a/src/game/Oblivion/Records/API/SOUNRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/SOUNRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\SOUNRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/SPELRecordAPI.cpp b/src/game/Oblivion/Records/API/SPELRecordAPI.cpp index 8ed5ce8..e8162be 100644 --- a/src/game/Oblivion/Records/API/SPELRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/SPELRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\SPELRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/STATRecordAPI.cpp b/src/game/Oblivion/Records/API/STATRecordAPI.cpp index b79f6e9..cfb1b6f 100644 --- a/src/game/Oblivion/Records/API/STATRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/STATRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\STATRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/TREERecordAPI.cpp b/src/game/Oblivion/Records/API/TREERecordAPI.cpp index 25550da..1d999ff 100644 --- a/src/game/Oblivion/Records/API/TREERecordAPI.cpp +++ b/src/game/Oblivion/Records/API/TREERecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\TREERecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/WATRRecordAPI.cpp b/src/game/Oblivion/Records/API/WATRRecordAPI.cpp index 6e95bfa..a4679f2 100644 --- a/src/game/Oblivion/Records/API/WATRRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/WATRRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\WATRRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/WEAPRecordAPI.cpp b/src/game/Oblivion/Records/API/WEAPRecordAPI.cpp index 6d27d8a..e0dd0ac 100644 --- a/src/game/Oblivion/Records/API/WEAPRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/WEAPRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\WEAPRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/WRLDRecordAPI.cpp b/src/game/Oblivion/Records/API/WRLDRecordAPI.cpp index db33f21..d745ea5 100644 --- a/src/game/Oblivion/Records/API/WRLDRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/WRLDRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\WRLDRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/API/WTHRRecordAPI.cpp b/src/game/Oblivion/Records/API/WTHRRecordAPI.cpp index bc2ff74..77af133 100644 --- a/src/game/Oblivion/Records/API/WTHRRecordAPI.cpp +++ b/src/game/Oblivion/Records/API/WTHRRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\WTHRRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/APPARecord.cpp b/src/game/Oblivion/Records/APPARecord.cpp index 89b2d71..8c8d2c6 100644 --- a/src/game/Oblivion/Records/APPARecord.cpp +++ b/src/game/Oblivion/Records/APPARecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "APPARecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/APPARecord.h b/src/game/Oblivion/Records/APPARecord.h index 9fe6111..1907ce1 100644 --- a/src/game/Oblivion/Records/APPARecord.h +++ b/src/game/Oblivion/Records/APPARecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/ARMORecord.cpp b/src/game/Oblivion/Records/ARMORecord.cpp index 6fc9267..db57572 100644 --- a/src/game/Oblivion/Records/ARMORecord.cpp +++ b/src/game/Oblivion/Records/ARMORecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ARMORecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/ARMORecord.h b/src/game/Oblivion/Records/ARMORecord.h index e5e4660..a7c3329 100644 --- a/src/game/Oblivion/Records/ARMORecord.h +++ b/src/game/Oblivion/Records/ARMORecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/BOOKRecord.cpp b/src/game/Oblivion/Records/BOOKRecord.cpp index f2c5ee9..d798e70 100644 --- a/src/game/Oblivion/Records/BOOKRecord.cpp +++ b/src/game/Oblivion/Records/BOOKRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "BOOKRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/BOOKRecord.h b/src/game/Oblivion/Records/BOOKRecord.h index dc435c0..465ab8a 100644 --- a/src/game/Oblivion/Records/BOOKRecord.h +++ b/src/game/Oblivion/Records/BOOKRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/BSGNRecord.cpp b/src/game/Oblivion/Records/BSGNRecord.cpp index 391a932..4705308 100644 --- a/src/game/Oblivion/Records/BSGNRecord.cpp +++ b/src/game/Oblivion/Records/BSGNRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "BSGNRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/BSGNRecord.h b/src/game/Oblivion/Records/BSGNRecord.h index 7ddbf9b..14dae87 100644 --- a/src/game/Oblivion/Records/BSGNRecord.h +++ b/src/game/Oblivion/Records/BSGNRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/CELLRecord.cpp b/src/game/Oblivion/Records/CELLRecord.cpp index fee9a1c..454abf4 100644 --- a/src/game/Oblivion/Records/CELLRecord.cpp +++ b/src/game/Oblivion/Records/CELLRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CELLRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/CELLRecord.h b/src/game/Oblivion/Records/CELLRecord.h index a8e6064..aa5d2cf 100644 --- a/src/game/Oblivion/Records/CELLRecord.h +++ b/src/game/Oblivion/Records/CELLRecord.h @@ -34,9 +34,9 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" -#include "..\..\Allocator.h" +#include "common/Common.h" +#include "common/GenericRecord.h" +#include "common/Allocator.h" #include "ACHRRecord.h" #include "ACRERecord.h" #include "REFRRecord.h" diff --git a/src/game/Oblivion/Records/CLASRecord.cpp b/src/game/Oblivion/Records/CLASRecord.cpp index aee45c0..7616cc7 100644 --- a/src/game/Oblivion/Records/CLASRecord.cpp +++ b/src/game/Oblivion/Records/CLASRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CLASRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/CLASRecord.h b/src/game/Oblivion/Records/CLASRecord.h index 633d189..6bf8832 100644 --- a/src/game/Oblivion/Records/CLASRecord.h +++ b/src/game/Oblivion/Records/CLASRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/CLMTRecord.cpp b/src/game/Oblivion/Records/CLMTRecord.cpp index 8091335..88f11a0 100644 --- a/src/game/Oblivion/Records/CLMTRecord.cpp +++ b/src/game/Oblivion/Records/CLMTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CLMTRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/CLMTRecord.h b/src/game/Oblivion/Records/CLMTRecord.h index 7000859..142f899 100644 --- a/src/game/Oblivion/Records/CLMTRecord.h +++ b/src/game/Oblivion/Records/CLMTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/CLOTRecord.cpp b/src/game/Oblivion/Records/CLOTRecord.cpp index b95ee61..4669fde 100644 --- a/src/game/Oblivion/Records/CLOTRecord.cpp +++ b/src/game/Oblivion/Records/CLOTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CLOTRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/CLOTRecord.h b/src/game/Oblivion/Records/CLOTRecord.h index e541eb9..7a24c54 100644 --- a/src/game/Oblivion/Records/CLOTRecord.h +++ b/src/game/Oblivion/Records/CLOTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/CONTRecord.cpp b/src/game/Oblivion/Records/CONTRecord.cpp index 4c65b7b..85e2d1f 100644 --- a/src/game/Oblivion/Records/CONTRecord.cpp +++ b/src/game/Oblivion/Records/CONTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CONTRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/CONTRecord.h b/src/game/Oblivion/Records/CONTRecord.h index ad630fa..f97fe23 100644 --- a/src/game/Oblivion/Records/CONTRecord.h +++ b/src/game/Oblivion/Records/CONTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/CREARecord.cpp b/src/game/Oblivion/Records/CREARecord.cpp index f4cfa97..e927ea0 100644 --- a/src/game/Oblivion/Records/CREARecord.cpp +++ b/src/game/Oblivion/Records/CREARecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CREARecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/CREARecord.h b/src/game/Oblivion/Records/CREARecord.h index e25f499..ce234df 100644 --- a/src/game/Oblivion/Records/CREARecord.h +++ b/src/game/Oblivion/Records/CREARecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/CSTYRecord.cpp b/src/game/Oblivion/Records/CSTYRecord.cpp index a2e946c..f712d33 100644 --- a/src/game/Oblivion/Records/CSTYRecord.cpp +++ b/src/game/Oblivion/Records/CSTYRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CSTYRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/CSTYRecord.h b/src/game/Oblivion/Records/CSTYRecord.h index 034f6bb..bc80460 100644 --- a/src/game/Oblivion/Records/CSTYRecord.h +++ b/src/game/Oblivion/Records/CSTYRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/DIALRecord.cpp b/src/game/Oblivion/Records/DIALRecord.cpp index 73f8eee..bf108c9 100644 --- a/src/game/Oblivion/Records/DIALRecord.cpp +++ b/src/game/Oblivion/Records/DIALRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "DIALRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/DIALRecord.h b/src/game/Oblivion/Records/DIALRecord.h index 0765e2a..76f2490 100644 --- a/src/game/Oblivion/Records/DIALRecord.h +++ b/src/game/Oblivion/Records/DIALRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" #include "INFORecord.h" #include diff --git a/src/game/Oblivion/Records/DOORRecord.cpp b/src/game/Oblivion/Records/DOORRecord.cpp index f766cbd..a57a8b9 100644 --- a/src/game/Oblivion/Records/DOORRecord.cpp +++ b/src/game/Oblivion/Records/DOORRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "DOORRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/DOORRecord.h b/src/game/Oblivion/Records/DOORRecord.h index 35180ac..43a0eec 100644 --- a/src/game/Oblivion/Records/DOORRecord.h +++ b/src/game/Oblivion/Records/DOORRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/EFSHRecord.cpp b/src/game/Oblivion/Records/EFSHRecord.cpp index 8447d05..7c3f7c9 100644 --- a/src/game/Oblivion/Records/EFSHRecord.cpp +++ b/src/game/Oblivion/Records/EFSHRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "EFSHRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/EFSHRecord.h b/src/game/Oblivion/Records/EFSHRecord.h index 346ae53..2e1ee89 100644 --- a/src/game/Oblivion/Records/EFSHRecord.h +++ b/src/game/Oblivion/Records/EFSHRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/ENCHRecord.cpp b/src/game/Oblivion/Records/ENCHRecord.cpp index 6bbe066..c75ea94 100644 --- a/src/game/Oblivion/Records/ENCHRecord.cpp +++ b/src/game/Oblivion/Records/ENCHRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ENCHRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/ENCHRecord.h b/src/game/Oblivion/Records/ENCHRecord.h index a8bf459..bd37153 100644 --- a/src/game/Oblivion/Records/ENCHRecord.h +++ b/src/game/Oblivion/Records/ENCHRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/EYESRecord.cpp b/src/game/Oblivion/Records/EYESRecord.cpp index 73febbb..028d2ff 100644 --- a/src/game/Oblivion/Records/EYESRecord.cpp +++ b/src/game/Oblivion/Records/EYESRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "EYESRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/EYESRecord.h b/src/game/Oblivion/Records/EYESRecord.h index 22f5d38..8a4a359 100644 --- a/src/game/Oblivion/Records/EYESRecord.h +++ b/src/game/Oblivion/Records/EYESRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/FACTRecord.cpp b/src/game/Oblivion/Records/FACTRecord.cpp index 8f033ab..8ebb09a 100644 --- a/src/game/Oblivion/Records/FACTRecord.cpp +++ b/src/game/Oblivion/Records/FACTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "FACTRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/FACTRecord.h b/src/game/Oblivion/Records/FACTRecord.h index 703ab75..6742975 100644 --- a/src/game/Oblivion/Records/FACTRecord.h +++ b/src/game/Oblivion/Records/FACTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/FLORRecord.cpp b/src/game/Oblivion/Records/FLORRecord.cpp index 79ecb16..29473f2 100644 --- a/src/game/Oblivion/Records/FLORRecord.cpp +++ b/src/game/Oblivion/Records/FLORRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "FLORRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/FLORRecord.h b/src/game/Oblivion/Records/FLORRecord.h index ba45f8d..f813adc 100644 --- a/src/game/Oblivion/Records/FLORRecord.h +++ b/src/game/Oblivion/Records/FLORRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/FURNRecord.cpp b/src/game/Oblivion/Records/FURNRecord.cpp index 7095f01..62e2a6d 100644 --- a/src/game/Oblivion/Records/FURNRecord.cpp +++ b/src/game/Oblivion/Records/FURNRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "FURNRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/FURNRecord.h b/src/game/Oblivion/Records/FURNRecord.h index 4373362..c9885d1 100644 --- a/src/game/Oblivion/Records/FURNRecord.h +++ b/src/game/Oblivion/Records/FURNRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/GLOBRecord.cpp b/src/game/Oblivion/Records/GLOBRecord.cpp index b182d2b..a076686 100644 --- a/src/game/Oblivion/Records/GLOBRecord.cpp +++ b/src/game/Oblivion/Records/GLOBRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "GLOBRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/GLOBRecord.h b/src/game/Oblivion/Records/GLOBRecord.h index b43313b..7e81b38 100644 --- a/src/game/Oblivion/Records/GLOBRecord.h +++ b/src/game/Oblivion/Records/GLOBRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/GMSTRecord.cpp b/src/game/Oblivion/Records/GMSTRecord.cpp index c19db47..580c516 100644 --- a/src/game/Oblivion/Records/GMSTRecord.cpp +++ b/src/game/Oblivion/Records/GMSTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "GMSTRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/GMSTRecord.h b/src/game/Oblivion/Records/GMSTRecord.h index 60a66a1..1978efa 100644 --- a/src/game/Oblivion/Records/GMSTRecord.h +++ b/src/game/Oblivion/Records/GMSTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/GRASRecord.cpp b/src/game/Oblivion/Records/GRASRecord.cpp index c6b8073..6e300a7 100644 --- a/src/game/Oblivion/Records/GRASRecord.cpp +++ b/src/game/Oblivion/Records/GRASRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "GRASRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/GRASRecord.h b/src/game/Oblivion/Records/GRASRecord.h index 77b3994..37a16fd 100644 --- a/src/game/Oblivion/Records/GRASRecord.h +++ b/src/game/Oblivion/Records/GRASRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/HAIRRecord.cpp b/src/game/Oblivion/Records/HAIRRecord.cpp index 5936cca..a22b400 100644 --- a/src/game/Oblivion/Records/HAIRRecord.cpp +++ b/src/game/Oblivion/Records/HAIRRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "HAIRRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/HAIRRecord.h b/src/game/Oblivion/Records/HAIRRecord.h index 6f150df..320f37f 100644 --- a/src/game/Oblivion/Records/HAIRRecord.h +++ b/src/game/Oblivion/Records/HAIRRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/IDLERecord.cpp b/src/game/Oblivion/Records/IDLERecord.cpp index 6cfb2e2..9ee3ded 100644 --- a/src/game/Oblivion/Records/IDLERecord.cpp +++ b/src/game/Oblivion/Records/IDLERecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "IDLERecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/IDLERecord.h b/src/game/Oblivion/Records/IDLERecord.h index 23d72b0..9bd8ec8 100644 --- a/src/game/Oblivion/Records/IDLERecord.h +++ b/src/game/Oblivion/Records/IDLERecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/INFORecord.cpp b/src/game/Oblivion/Records/INFORecord.cpp index 4b3ce88..9ac492a 100644 --- a/src/game/Oblivion/Records/INFORecord.cpp +++ b/src/game/Oblivion/Records/INFORecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "INFORecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/INFORecord.h b/src/game/Oblivion/Records/INFORecord.h index 9b8df21..82dcae5 100644 --- a/src/game/Oblivion/Records/INFORecord.h +++ b/src/game/Oblivion/Records/INFORecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/INGRRecord.cpp b/src/game/Oblivion/Records/INGRRecord.cpp index 2417880..332dce9 100644 --- a/src/game/Oblivion/Records/INGRRecord.cpp +++ b/src/game/Oblivion/Records/INGRRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "INGRRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/INGRRecord.h b/src/game/Oblivion/Records/INGRRecord.h index 99ad057..f9a8df8 100644 --- a/src/game/Oblivion/Records/INGRRecord.h +++ b/src/game/Oblivion/Records/INGRRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/KEYMRecord.cpp b/src/game/Oblivion/Records/KEYMRecord.cpp index 4bd413e..68c5ea7 100644 --- a/src/game/Oblivion/Records/KEYMRecord.cpp +++ b/src/game/Oblivion/Records/KEYMRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "KEYMRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/KEYMRecord.h b/src/game/Oblivion/Records/KEYMRecord.h index e363e95..5627b56 100644 --- a/src/game/Oblivion/Records/KEYMRecord.h +++ b/src/game/Oblivion/Records/KEYMRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/LANDRecord.cpp b/src/game/Oblivion/Records/LANDRecord.cpp index 58fb595..e2f71db 100644 --- a/src/game/Oblivion/Records/LANDRecord.cpp +++ b/src/game/Oblivion/Records/LANDRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "LANDRecord.h" #include "CELLRecord.h" diff --git a/src/game/Oblivion/Records/LANDRecord.h b/src/game/Oblivion/Records/LANDRecord.h index 9ad6f69..9791fec 100644 --- a/src/game/Oblivion/Records/LANDRecord.h +++ b/src/game/Oblivion/Records/LANDRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/LIGHRecord.cpp b/src/game/Oblivion/Records/LIGHRecord.cpp index acf7056..23836e4 100644 --- a/src/game/Oblivion/Records/LIGHRecord.cpp +++ b/src/game/Oblivion/Records/LIGHRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "LIGHRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/LIGHRecord.h b/src/game/Oblivion/Records/LIGHRecord.h index 8afca01..2352aa6 100644 --- a/src/game/Oblivion/Records/LIGHRecord.h +++ b/src/game/Oblivion/Records/LIGHRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/LSCRRecord.cpp b/src/game/Oblivion/Records/LSCRRecord.cpp index e87c8a1..62e7e80 100644 --- a/src/game/Oblivion/Records/LSCRRecord.cpp +++ b/src/game/Oblivion/Records/LSCRRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "LSCRRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/LSCRRecord.h b/src/game/Oblivion/Records/LSCRRecord.h index 65b1294..6b05987 100644 --- a/src/game/Oblivion/Records/LSCRRecord.h +++ b/src/game/Oblivion/Records/LSCRRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/LTEXRecord.cpp b/src/game/Oblivion/Records/LTEXRecord.cpp index 64865df..233c375 100644 --- a/src/game/Oblivion/Records/LTEXRecord.cpp +++ b/src/game/Oblivion/Records/LTEXRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "LTEXRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/LTEXRecord.h b/src/game/Oblivion/Records/LTEXRecord.h index 1ed67d3..dd0d84b 100644 --- a/src/game/Oblivion/Records/LTEXRecord.h +++ b/src/game/Oblivion/Records/LTEXRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/LVLCRecord.cpp b/src/game/Oblivion/Records/LVLCRecord.cpp index 26b0833..9432e90 100644 --- a/src/game/Oblivion/Records/LVLCRecord.cpp +++ b/src/game/Oblivion/Records/LVLCRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "LVLCRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/LVLCRecord.h b/src/game/Oblivion/Records/LVLCRecord.h index fd92282..843d7e6 100644 --- a/src/game/Oblivion/Records/LVLCRecord.h +++ b/src/game/Oblivion/Records/LVLCRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/LVLIRecord.cpp b/src/game/Oblivion/Records/LVLIRecord.cpp index 9190db2..0595825 100644 --- a/src/game/Oblivion/Records/LVLIRecord.cpp +++ b/src/game/Oblivion/Records/LVLIRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "LVLIRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/LVLIRecord.h b/src/game/Oblivion/Records/LVLIRecord.h index c2c09ef..6ceb7c8 100644 --- a/src/game/Oblivion/Records/LVLIRecord.h +++ b/src/game/Oblivion/Records/LVLIRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/LVSPRecord.cpp b/src/game/Oblivion/Records/LVSPRecord.cpp index a0fa037..7b35d5f 100644 --- a/src/game/Oblivion/Records/LVSPRecord.cpp +++ b/src/game/Oblivion/Records/LVSPRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "LVSPRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/LVSPRecord.h b/src/game/Oblivion/Records/LVSPRecord.h index b5dd018..2902ec6 100644 --- a/src/game/Oblivion/Records/LVSPRecord.h +++ b/src/game/Oblivion/Records/LVSPRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/MGEFRecord.cpp b/src/game/Oblivion/Records/MGEFRecord.cpp index d0247e6..abeb44a 100644 --- a/src/game/Oblivion/Records/MGEFRecord.cpp +++ b/src/game/Oblivion/Records/MGEFRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "MGEFRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/MGEFRecord.h b/src/game/Oblivion/Records/MGEFRecord.h index 2ec8f24..493a3fc 100644 --- a/src/game/Oblivion/Records/MGEFRecord.h +++ b/src/game/Oblivion/Records/MGEFRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/MISCRecord.cpp b/src/game/Oblivion/Records/MISCRecord.cpp index c50a45f..61c0167 100644 --- a/src/game/Oblivion/Records/MISCRecord.cpp +++ b/src/game/Oblivion/Records/MISCRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "MISCRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/MISCRecord.h b/src/game/Oblivion/Records/MISCRecord.h index 8d07350..1aa2109 100644 --- a/src/game/Oblivion/Records/MISCRecord.h +++ b/src/game/Oblivion/Records/MISCRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/NPC_Record.cpp b/src/game/Oblivion/Records/NPC_Record.cpp index e2aaa9c..add341a 100644 --- a/src/game/Oblivion/Records/NPC_Record.cpp +++ b/src/game/Oblivion/Records/NPC_Record.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "NPC_Record.h" namespace Ob diff --git a/src/game/Oblivion/Records/NPC_Record.h b/src/game/Oblivion/Records/NPC_Record.h index c0f17b2..3e266aa 100644 --- a/src/game/Oblivion/Records/NPC_Record.h +++ b/src/game/Oblivion/Records/NPC_Record.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/PACKRecord.cpp b/src/game/Oblivion/Records/PACKRecord.cpp index 3a51dce..a99b2ca 100644 --- a/src/game/Oblivion/Records/PACKRecord.cpp +++ b/src/game/Oblivion/Records/PACKRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "PACKRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/PACKRecord.h b/src/game/Oblivion/Records/PACKRecord.h index 0fcfd54..630c93b 100644 --- a/src/game/Oblivion/Records/PACKRecord.h +++ b/src/game/Oblivion/Records/PACKRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/PGRDRecord.cpp b/src/game/Oblivion/Records/PGRDRecord.cpp index d5e8ccb..4f33a9c 100644 --- a/src/game/Oblivion/Records/PGRDRecord.cpp +++ b/src/game/Oblivion/Records/PGRDRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "PGRDRecord.h" #include "CELLRecord.h" diff --git a/src/game/Oblivion/Records/PGRDRecord.h b/src/game/Oblivion/Records/PGRDRecord.h index b63b1d0..2e141d5 100644 --- a/src/game/Oblivion/Records/PGRDRecord.h +++ b/src/game/Oblivion/Records/PGRDRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/QUSTRecord.cpp b/src/game/Oblivion/Records/QUSTRecord.cpp index c703da5..ea97bd6 100644 --- a/src/game/Oblivion/Records/QUSTRecord.cpp +++ b/src/game/Oblivion/Records/QUSTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "QUSTRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/QUSTRecord.h b/src/game/Oblivion/Records/QUSTRecord.h index 3da5156..9f6d680 100644 --- a/src/game/Oblivion/Records/QUSTRecord.h +++ b/src/game/Oblivion/Records/QUSTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/RACERecord.cpp b/src/game/Oblivion/Records/RACERecord.cpp index 09f1e47..2f5d1ab 100644 --- a/src/game/Oblivion/Records/RACERecord.cpp +++ b/src/game/Oblivion/Records/RACERecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "RACERecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/RACERecord.h b/src/game/Oblivion/Records/RACERecord.h index c9786b0..9eeec20 100644 --- a/src/game/Oblivion/Records/RACERecord.h +++ b/src/game/Oblivion/Records/RACERecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/REFRRecord.cpp b/src/game/Oblivion/Records/REFRRecord.cpp index d2d9448..0a6ca0e 100644 --- a/src/game/Oblivion/Records/REFRRecord.cpp +++ b/src/game/Oblivion/Records/REFRRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "REFRRecord.h" #include "CELLRecord.h" diff --git a/src/game/Oblivion/Records/REFRRecord.h b/src/game/Oblivion/Records/REFRRecord.h index 086029d..54a81fa 100644 --- a/src/game/Oblivion/Records/REFRRecord.h +++ b/src/game/Oblivion/Records/REFRRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/REGNRecord.cpp b/src/game/Oblivion/Records/REGNRecord.cpp index c4e8936..b8a42be 100644 --- a/src/game/Oblivion/Records/REGNRecord.cpp +++ b/src/game/Oblivion/Records/REGNRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "REGNRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/REGNRecord.h b/src/game/Oblivion/Records/REGNRecord.h index 016bec6..0cdb62f 100644 --- a/src/game/Oblivion/Records/REGNRecord.h +++ b/src/game/Oblivion/Records/REGNRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/ROADRecord.cpp b/src/game/Oblivion/Records/ROADRecord.cpp index 95f9cd5..3c95f56 100644 --- a/src/game/Oblivion/Records/ROADRecord.cpp +++ b/src/game/Oblivion/Records/ROADRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ROADRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/ROADRecord.h b/src/game/Oblivion/Records/ROADRecord.h index 8143a73..71f3f67 100644 --- a/src/game/Oblivion/Records/ROADRecord.h +++ b/src/game/Oblivion/Records/ROADRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/SBSPRecord.cpp b/src/game/Oblivion/Records/SBSPRecord.cpp index 0fdb3e4..a64dfd4 100644 --- a/src/game/Oblivion/Records/SBSPRecord.cpp +++ b/src/game/Oblivion/Records/SBSPRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "SBSPRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/SBSPRecord.h b/src/game/Oblivion/Records/SBSPRecord.h index 91ffa92..d0bdead 100644 --- a/src/game/Oblivion/Records/SBSPRecord.h +++ b/src/game/Oblivion/Records/SBSPRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/SCPTRecord.cpp b/src/game/Oblivion/Records/SCPTRecord.cpp index 3c86326..dbfd58e 100644 --- a/src/game/Oblivion/Records/SCPTRecord.cpp +++ b/src/game/Oblivion/Records/SCPTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "SCPTRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/SCPTRecord.h b/src/game/Oblivion/Records/SCPTRecord.h index 552c34a..28b3f0b 100644 --- a/src/game/Oblivion/Records/SCPTRecord.h +++ b/src/game/Oblivion/Records/SCPTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/SGSTRecord.cpp b/src/game/Oblivion/Records/SGSTRecord.cpp index ef8d56b..8b82cbe 100644 --- a/src/game/Oblivion/Records/SGSTRecord.cpp +++ b/src/game/Oblivion/Records/SGSTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "SGSTRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/SGSTRecord.h b/src/game/Oblivion/Records/SGSTRecord.h index 9fd0103..30d44d9 100644 --- a/src/game/Oblivion/Records/SGSTRecord.h +++ b/src/game/Oblivion/Records/SGSTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/SKILRecord.cpp b/src/game/Oblivion/Records/SKILRecord.cpp index 3295629..4a5bf7a 100644 --- a/src/game/Oblivion/Records/SKILRecord.cpp +++ b/src/game/Oblivion/Records/SKILRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "SKILRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/SKILRecord.h b/src/game/Oblivion/Records/SKILRecord.h index 10867bf..5200340 100644 --- a/src/game/Oblivion/Records/SKILRecord.h +++ b/src/game/Oblivion/Records/SKILRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/SLGMRecord.cpp b/src/game/Oblivion/Records/SLGMRecord.cpp index 057b53d..5e16892 100644 --- a/src/game/Oblivion/Records/SLGMRecord.cpp +++ b/src/game/Oblivion/Records/SLGMRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "SLGMRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/SLGMRecord.h b/src/game/Oblivion/Records/SLGMRecord.h index 5863b6d..162bcec 100644 --- a/src/game/Oblivion/Records/SLGMRecord.h +++ b/src/game/Oblivion/Records/SLGMRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/SOUNRecord.cpp b/src/game/Oblivion/Records/SOUNRecord.cpp index e29d545..c7a7b05 100644 --- a/src/game/Oblivion/Records/SOUNRecord.cpp +++ b/src/game/Oblivion/Records/SOUNRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "SOUNRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/SOUNRecord.h b/src/game/Oblivion/Records/SOUNRecord.h index 8c6aa4d..b1ec6fd 100644 --- a/src/game/Oblivion/Records/SOUNRecord.h +++ b/src/game/Oblivion/Records/SOUNRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/SPELRecord.cpp b/src/game/Oblivion/Records/SPELRecord.cpp index 151b59b..35b6da8 100644 --- a/src/game/Oblivion/Records/SPELRecord.cpp +++ b/src/game/Oblivion/Records/SPELRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "SPELRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/SPELRecord.h b/src/game/Oblivion/Records/SPELRecord.h index 4874a44..651c996 100644 --- a/src/game/Oblivion/Records/SPELRecord.h +++ b/src/game/Oblivion/Records/SPELRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/STATRecord.cpp b/src/game/Oblivion/Records/STATRecord.cpp index 09c0f2d..0e4907c 100644 --- a/src/game/Oblivion/Records/STATRecord.cpp +++ b/src/game/Oblivion/Records/STATRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "STATRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/STATRecord.h b/src/game/Oblivion/Records/STATRecord.h index da43e70..291f0a8 100644 --- a/src/game/Oblivion/Records/STATRecord.h +++ b/src/game/Oblivion/Records/STATRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/TREERecord.cpp b/src/game/Oblivion/Records/TREERecord.cpp index ae88139..b393ec6 100644 --- a/src/game/Oblivion/Records/TREERecord.cpp +++ b/src/game/Oblivion/Records/TREERecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "TREERecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/TREERecord.h b/src/game/Oblivion/Records/TREERecord.h index 50cb2b5..539f503 100644 --- a/src/game/Oblivion/Records/TREERecord.h +++ b/src/game/Oblivion/Records/TREERecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/WATRRecord.cpp b/src/game/Oblivion/Records/WATRRecord.cpp index b98c0ce..0f46858 100644 --- a/src/game/Oblivion/Records/WATRRecord.cpp +++ b/src/game/Oblivion/Records/WATRRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "WATRRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/WATRRecord.h b/src/game/Oblivion/Records/WATRRecord.h index 0658d4c..7c85167 100644 --- a/src/game/Oblivion/Records/WATRRecord.h +++ b/src/game/Oblivion/Records/WATRRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/WEAPRecord.cpp b/src/game/Oblivion/Records/WEAPRecord.cpp index ef95893..7ebcbf1 100644 --- a/src/game/Oblivion/Records/WEAPRecord.cpp +++ b/src/game/Oblivion/Records/WEAPRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "WEAPRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/WEAPRecord.h b/src/game/Oblivion/Records/WEAPRecord.h index 8a87ead..9246347 100644 --- a/src/game/Oblivion/Records/WEAPRecord.h +++ b/src/game/Oblivion/Records/WEAPRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/Records/WRLDRecord.cpp b/src/game/Oblivion/Records/WRLDRecord.cpp index d300a7d..3b08352 100644 --- a/src/game/Oblivion/Records/WRLDRecord.cpp +++ b/src/game/Oblivion/Records/WRLDRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "WRLDRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/WRLDRecord.h b/src/game/Oblivion/Records/WRLDRecord.h index 5fc78d5..08d4b97 100644 --- a/src/game/Oblivion/Records/WRLDRecord.h +++ b/src/game/Oblivion/Records/WRLDRecord.h @@ -34,9 +34,9 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" -#include "..\..\Allocator.h" +#include "common/Common.h" +#include "common/GenericRecord.h" +#include "common/Allocator.h" #include "CELLRecord.h" //#include "ROADRecord.h" #include diff --git a/src/game/Oblivion/Records/WTHRRecord.cpp b/src/game/Oblivion/Records/WTHRRecord.cpp index d4e11f2..268c265 100644 --- a/src/game/Oblivion/Records/WTHRRecord.cpp +++ b/src/game/Oblivion/Records/WTHRRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "WTHRRecord.h" namespace Ob diff --git a/src/game/Oblivion/Records/WTHRRecord.h b/src/game/Oblivion/Records/WTHRRecord.h index 227cea1..e70df82 100644 --- a/src/game/Oblivion/Records/WTHRRecord.h +++ b/src/game/Oblivion/Records/WTHRRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Ob { diff --git a/src/game/Oblivion/TES4File.cpp b/src/game/Oblivion/TES4File.cpp index ef4d854..fa764d4 100644 --- a/src/game/Oblivion/TES4File.cpp +++ b/src/game/Oblivion/TES4File.cpp @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ // TES4File.cpp -#include "../Common.h" -#include "../GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" #include "TES4File.h" TES4File::TES4File(Collection *_Parent, char * FileName, char * ModName, const uint32_t _flags): diff --git a/src/game/Oblivion/TES4File.h b/src/game/Oblivion/TES4File.h index 89a0f9a..ac7bc75 100644 --- a/src/game/Oblivion/TES4File.h +++ b/src/game/Oblivion/TES4File.h @@ -35,10 +35,11 @@ * ***** END LICENSE BLOCK ***** */ #pragma once // TES4File.h -#include "../Common.h" -#include "../ModFile.h" -#include "../GenericRecord.h" -#include "../GRUPRecord.h" +#include "common/Common.h" +#include "common/ModFile.h" +#include "common/GenericRecord.h" +#include "GRUPRecord.h" + #include "Records/GMSTRecord.h" #include "Records/GLOBRecord.h" #include "Records/CLASRecord.h" diff --git a/src/game/Skyrim/Records/AACTRecord.cpp b/src/game/Skyrim/Records/AACTRecord.cpp index 538b868..e854131 100644 --- a/src/game/Skyrim/Records/AACTRecord.cpp +++ b/src/game/Skyrim/Records/AACTRecord.cpp @@ -34,7 +34,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "AACTRecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/AACTRecord.h b/src/game/Skyrim/Records/AACTRecord.h index 76ebaaa..c3dde52 100644 --- a/src/game/Skyrim/Records/AACTRecord.h +++ b/src/game/Skyrim/Records/AACTRecord.h @@ -35,8 +35,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" #include "..\SkyrimChunks.h" namespace Sk { diff --git a/src/game/Skyrim/Records/ACTIRecord.cpp b/src/game/Skyrim/Records/ACTIRecord.cpp index 84b1ab0..3800555 100644 --- a/src/game/Skyrim/Records/ACTIRecord.cpp +++ b/src/game/Skyrim/Records/ACTIRecord.cpp @@ -34,7 +34,7 @@ * * ***** END LICENSE BLOCK ***** */ #include "ACTIRecord.h" -#include "..\..\ModFile.h" +#include "common/ModFile.h" namespace Sk { diff --git a/src/game/Skyrim/Records/ACTIRecord.h b/src/game/Skyrim/Records/ACTIRecord.h index adb1821..f815bbc 100644 --- a/src/game/Skyrim/Records/ACTIRecord.h +++ b/src/game/Skyrim/Records/ACTIRecord.h @@ -35,7 +35,7 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\GenericRecord.h" +#include "common/GenericRecord.h" #include "..\SkyrimChunks.h" #include "..\SkyrimCommon.h" diff --git a/src/game/Skyrim/Records/ADDNRecord.h b/src/game/Skyrim/Records/ADDNRecord.h index 29fd73f..664fd5a 100644 --- a/src/game/Skyrim/Records/ADDNRecord.h +++ b/src/game/Skyrim/Records/ADDNRecord.h @@ -35,8 +35,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" #include "..\SkyrimChunks.h" namespace Sk diff --git a/src/game/Skyrim/Records/ALCHRecord.cpp b/src/game/Skyrim/Records/ALCHRecord.cpp index 5ec415c..99ea24d 100644 --- a/src/game/Skyrim/Records/ALCHRecord.cpp +++ b/src/game/Skyrim/Records/ALCHRecord.cpp @@ -35,7 +35,7 @@ * * ***** END LICENSE BLOCK ***** */ #include "ALCHRecord.h" -#include "..\..\ModFile.h" +#include "common/ModFile.h" namespace Sk { diff --git a/src/game/Skyrim/Records/ALCHRecord.h b/src/game/Skyrim/Records/ALCHRecord.h index 3525eb8..bcf577f 100644 --- a/src/game/Skyrim/Records/ALCHRecord.h +++ b/src/game/Skyrim/Records/ALCHRecord.h @@ -36,7 +36,7 @@ * ***** END LICENSE BLOCK ***** */ #pragma once #include "..\SkyrimCommon.h" -#include "..\..\GenericRecord.h" +#include "common/GenericRecord.h" #include "..\SkyrimChunks.h" namespace Sk { diff --git a/src/game/Skyrim/Records/ANIORecord.h b/src/game/Skyrim/Records/ANIORecord.h index d9996b3..c9d90c8 100644 --- a/src/game/Skyrim/Records/ANIORecord.h +++ b/src/game/Skyrim/Records/ANIORecord.h @@ -35,8 +35,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" #include "..\SkyrimChunks.h" namespace Sk diff --git a/src/game/Skyrim/Records/API/AACTRecordAPI.cpp b/src/game/Skyrim/Records/API/AACTRecordAPI.cpp index 97e816b..f3d7e5d 100644 --- a/src/game/Skyrim/Records/API/AACTRecordAPI.cpp +++ b/src/game/Skyrim/Records/API/AACTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\AACTRecord.h" namespace Sk diff --git a/src/game/Skyrim/Records/API/ANIORecordAPI.cpp b/src/game/Skyrim/Records/API/ANIORecordAPI.cpp index 50dd93b..3a6d9e5 100644 --- a/src/game/Skyrim/Records/API/ANIORecordAPI.cpp +++ b/src/game/Skyrim/Records/API/ANIORecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ANIORecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/API/APPARecordAPI.cpp b/src/game/Skyrim/Records/API/APPARecordAPI.cpp index 56199aa..c181ba9 100644 --- a/src/game/Skyrim/Records/API/APPARecordAPI.cpp +++ b/src/game/Skyrim/Records/API/APPARecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\APPARecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/API/ARTORecordAPI.cpp b/src/game/Skyrim/Records/API/ARTORecordAPI.cpp index b1c22f3..3916d9d 100644 --- a/src/game/Skyrim/Records/API/ARTORecordAPI.cpp +++ b/src/game/Skyrim/Records/API/ARTORecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ARTORecord.h" namespace Sk diff --git a/src/game/Skyrim/Records/API/ASPCRecordAPI.cpp b/src/game/Skyrim/Records/API/ASPCRecordAPI.cpp index 5079694..c15d75d 100644 --- a/src/game/Skyrim/Records/API/ASPCRecordAPI.cpp +++ b/src/game/Skyrim/Records/API/ASPCRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ASPCRecord.h" namespace Sk diff --git a/src/game/Skyrim/Records/API/ASTPRecordAPI.cpp b/src/game/Skyrim/Records/API/ASTPRecordAPI.cpp index 8f80705..5a5fc9b 100644 --- a/src/game/Skyrim/Records/API/ASTPRecordAPI.cpp +++ b/src/game/Skyrim/Records/API/ASTPRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\ASTPRecord.h" namespace Sk diff --git a/src/game/Skyrim/Records/API/CELLRecordAPI.cpp b/src/game/Skyrim/Records/API/CELLRecordAPI.cpp index bafe0e4..d9eb7da 100644 --- a/src/game/Skyrim/Records/API/CELLRecordAPI.cpp +++ b/src/game/Skyrim/Records/API/CELLRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\CELLRecord.h" namespace Sk diff --git a/src/game/Skyrim/Records/API/LANDRecordAPI.cpp b/src/game/Skyrim/Records/API/LANDRecordAPI.cpp index 801aa40..da55857 100644 --- a/src/game/Skyrim/Records/API/LANDRecordAPI.cpp +++ b/src/game/Skyrim/Records/API/LANDRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\LANDRecord.h" namespace Sk diff --git a/src/game/Skyrim/Records/API/LTEXRecordAPI.cpp b/src/game/Skyrim/Records/API/LTEXRecordAPI.cpp index 5226789..1448a74 100644 --- a/src/game/Skyrim/Records/API/LTEXRecordAPI.cpp +++ b/src/game/Skyrim/Records/API/LTEXRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\LTEXRecord.h" namespace Sk diff --git a/src/game/Skyrim/Records/API/LVLIRecordAPI.cpp b/src/game/Skyrim/Records/API/LVLIRecordAPI.cpp index 6f4a9f2..31e6781 100644 --- a/src/game/Skyrim/Records/API/LVLIRecordAPI.cpp +++ b/src/game/Skyrim/Records/API/LVLIRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\LVLIRecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/API/LVLNRecordAPI.cpp b/src/game/Skyrim/Records/API/LVLNRecordAPI.cpp index 92fda8c..12d5661 100644 --- a/src/game/Skyrim/Records/API/LVLNRecordAPI.cpp +++ b/src/game/Skyrim/Records/API/LVLNRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\LVLNRecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/API/LVSPRecordAPI.cpp b/src/game/Skyrim/Records/API/LVSPRecordAPI.cpp index 167b3c3..ce74e30 100644 --- a/src/game/Skyrim/Records/API/LVSPRecordAPI.cpp +++ b/src/game/Skyrim/Records/API/LVSPRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\LVSPRecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/API/MATTRecordAPI.cpp b/src/game/Skyrim/Records/API/MATTRecordAPI.cpp index 0d2c5b2..f9a44b5 100644 --- a/src/game/Skyrim/Records/API/MATTRecordAPI.cpp +++ b/src/game/Skyrim/Records/API/MATTRecordAPI.cpp @@ -34,7 +34,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\MATTRecord.h" namespace Sk diff --git a/src/game/Skyrim/Records/API/TXSTRecordAPI.cpp b/src/game/Skyrim/Records/API/TXSTRecordAPI.cpp index c8ed094..a460c26 100644 --- a/src/game/Skyrim/Records/API/TXSTRecordAPI.cpp +++ b/src/game/Skyrim/Records/API/TXSTRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\TXSTRecord.h" namespace Sk diff --git a/src/game/Skyrim/Records/API/WRLDRecordAPI.cpp b/src/game/Skyrim/Records/API/WRLDRecordAPI.cpp index babead2..c753bd5 100644 --- a/src/game/Skyrim/Records/API/WRLDRecordAPI.cpp +++ b/src/game/Skyrim/Records/API/WRLDRecordAPI.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\..\Common.h" +#include "common/Common.h" #include "..\WRLDRecord.h" namespace Sk diff --git a/src/game/Skyrim/Records/APPARecord.cpp b/src/game/Skyrim/Records/APPARecord.cpp index 0619dc5..55e99e5 100644 --- a/src/game/Skyrim/Records/APPARecord.cpp +++ b/src/game/Skyrim/Records/APPARecord.cpp @@ -34,8 +34,8 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" -#include "..\..\ModFile.h" +#include "common/Common.h" +#include "common/ModFile.h" #include "APPARecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/APPARecord.h b/src/game/Skyrim/Records/APPARecord.h index 9335488..1c20b58 100644 --- a/src/game/Skyrim/Records/APPARecord.h +++ b/src/game/Skyrim/Records/APPARecord.h @@ -35,8 +35,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" #include "..\SkyrimCommon.h" namespace Sk { diff --git a/src/game/Skyrim/Records/ARTORecord.cpp b/src/game/Skyrim/Records/ARTORecord.cpp index bdc4471..2cfed35 100644 --- a/src/game/Skyrim/Records/ARTORecord.cpp +++ b/src/game/Skyrim/Records/ARTORecord.cpp @@ -34,7 +34,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ARTORecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/ARTORecord.h b/src/game/Skyrim/Records/ARTORecord.h index 8ac1214..a3eedad 100644 --- a/src/game/Skyrim/Records/ARTORecord.h +++ b/src/game/Skyrim/Records/ARTORecord.h @@ -35,8 +35,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" #include "..\SkyrimChunks.h" namespace Sk { diff --git a/src/game/Skyrim/Records/ASPCRecord.cpp b/src/game/Skyrim/Records/ASPCRecord.cpp index 3d23a42..c97ba6a 100644 --- a/src/game/Skyrim/Records/ASPCRecord.cpp +++ b/src/game/Skyrim/Records/ASPCRecord.cpp @@ -34,7 +34,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ASPCRecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/ASPCRecord.h b/src/game/Skyrim/Records/ASPCRecord.h index 35cf462..479ad4c 100644 --- a/src/game/Skyrim/Records/ASPCRecord.h +++ b/src/game/Skyrim/Records/ASPCRecord.h @@ -35,8 +35,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/ASTPRecord.cpp b/src/game/Skyrim/Records/ASTPRecord.cpp index 88e9aed..64c5463 100644 --- a/src/game/Skyrim/Records/ASTPRecord.cpp +++ b/src/game/Skyrim/Records/ASTPRecord.cpp @@ -34,7 +34,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "ASTPRecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/ASTPRecord.h b/src/game/Skyrim/Records/ASTPRecord.h index a53b07c..c926d7c 100644 --- a/src/game/Skyrim/Records/ASTPRecord.h +++ b/src/game/Skyrim/Records/ASTPRecord.h @@ -35,8 +35,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/CELLRecord.cpp b/src/game/Skyrim/Records/CELLRecord.cpp index 5719b01..24154b7 100644 --- a/src/game/Skyrim/Records/CELLRecord.cpp +++ b/src/game/Skyrim/Records/CELLRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "CELLRecord.h" namespace Sk diff --git a/src/game/Skyrim/Records/CELLRecord.h b/src/game/Skyrim/Records/CELLRecord.h index 0a2d00b..584dfbb 100644 --- a/src/game/Skyrim/Records/CELLRecord.h +++ b/src/game/Skyrim/Records/CELLRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/COLLRecord.cpp b/src/game/Skyrim/Records/COLLRecord.cpp index 5eea332..c0a6bd5 100644 --- a/src/game/Skyrim/Records/COLLRecord.cpp +++ b/src/game/Skyrim/Records/COLLRecord.cpp @@ -35,7 +35,7 @@ * * ***** END LICENSE BLOCK ***** */ #include "COLLRecord.h" -#include "..\..\ModFile.h" +#include "common/ModFile.h" namespace Sk { diff --git a/src/game/Skyrim/Records/COLLRecord.h b/src/game/Skyrim/Records/COLLRecord.h index 70e5c0c..b90d4cb 100644 --- a/src/game/Skyrim/Records/COLLRecord.h +++ b/src/game/Skyrim/Records/COLLRecord.h @@ -35,7 +35,7 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\GenericRecord.h" +#include "common/GenericRecord.h" #include "..\SkyrimChunks.h" #include "..\SkyrimCommon.h" diff --git a/src/game/Skyrim/Records/EQUPRecord.h b/src/game/Skyrim/Records/EQUPRecord.h index 54bba32..6924d6e 100644 --- a/src/game/Skyrim/Records/EQUPRecord.h +++ b/src/game/Skyrim/Records/EQUPRecord.h @@ -35,8 +35,7 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\GenericRecord.h" - +#include "common/GenericRecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/KYWDRecord.h b/src/game/Skyrim/Records/KYWDRecord.h index 0997387..8c4697b 100644 --- a/src/game/Skyrim/Records/KYWDRecord.h +++ b/src/game/Skyrim/Records/KYWDRecord.h @@ -35,8 +35,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" #include "..\SkyrimChunks.h" namespace Sk { diff --git a/src/game/Skyrim/Records/LANDRecord.cpp b/src/game/Skyrim/Records/LANDRecord.cpp index ad35887..bb7f4ba 100644 --- a/src/game/Skyrim/Records/LANDRecord.cpp +++ b/src/game/Skyrim/Records/LANDRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "LANDRecord.h" #include "CELLRecord.h" diff --git a/src/game/Skyrim/Records/LANDRecord.h b/src/game/Skyrim/Records/LANDRecord.h index 3c6396a..92508ac 100644 --- a/src/game/Skyrim/Records/LANDRecord.h +++ b/src/game/Skyrim/Records/LANDRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/LTEXRecord.cpp b/src/game/Skyrim/Records/LTEXRecord.cpp index 259e427..4ccee23 100644 --- a/src/game/Skyrim/Records/LTEXRecord.cpp +++ b/src/game/Skyrim/Records/LTEXRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "LTEXRecord.h" namespace Sk diff --git a/src/game/Skyrim/Records/LTEXRecord.h b/src/game/Skyrim/Records/LTEXRecord.h index d8765c5..34413a5 100644 --- a/src/game/Skyrim/Records/LTEXRecord.h +++ b/src/game/Skyrim/Records/LTEXRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/LVLIRecord.cpp b/src/game/Skyrim/Records/LVLIRecord.cpp index 05635e8..9784253 100644 --- a/src/game/Skyrim/Records/LVLIRecord.cpp +++ b/src/game/Skyrim/Records/LVLIRecord.cpp @@ -34,7 +34,8 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" +#include "../SkyrimChunks.h" #include "LVLIRecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/LVLIRecord.h b/src/game/Skyrim/Records/LVLIRecord.h index cedaa58..d150784 100644 --- a/src/game/Skyrim/Records/LVLIRecord.h +++ b/src/game/Skyrim/Records/LVLIRecord.h @@ -35,9 +35,9 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" -#include "..\SkyrimChunks.h" +#include "common/Common.h" +#include "common/GenericRecord.h" +#include "../SkyrimChunks.h" namespace Sk { diff --git a/src/game/Skyrim/Records/LVLNRecord.cpp b/src/game/Skyrim/Records/LVLNRecord.cpp index 5da3227..b372f0a 100644 --- a/src/game/Skyrim/Records/LVLNRecord.cpp +++ b/src/game/Skyrim/Records/LVLNRecord.cpp @@ -34,7 +34,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "LVLNRecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/LVLNRecord.h b/src/game/Skyrim/Records/LVLNRecord.h index 318570e..1838bb4 100644 --- a/src/game/Skyrim/Records/LVLNRecord.h +++ b/src/game/Skyrim/Records/LVLNRecord.h @@ -35,8 +35,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" #include "..\SkyrimChunks.h" namespace Sk diff --git a/src/game/Skyrim/Records/LVSPRecord.cpp b/src/game/Skyrim/Records/LVSPRecord.cpp index fa35abd..6964d91 100644 --- a/src/game/Skyrim/Records/LVSPRecord.cpp +++ b/src/game/Skyrim/Records/LVSPRecord.cpp @@ -34,7 +34,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "LVSPRecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/LVSPRecord.h b/src/game/Skyrim/Records/LVSPRecord.h index 543ac7e..82aa983 100644 --- a/src/game/Skyrim/Records/LVSPRecord.h +++ b/src/game/Skyrim/Records/LVSPRecord.h @@ -35,8 +35,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" #include "..\SkyrimChunks.h" namespace Sk diff --git a/src/game/Skyrim/Records/MATTRecord.cpp b/src/game/Skyrim/Records/MATTRecord.cpp index a37d6a9..66db7b6 100644 --- a/src/game/Skyrim/Records/MATTRecord.cpp +++ b/src/game/Skyrim/Records/MATTRecord.cpp @@ -34,7 +34,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "MATTRecord.h" namespace Sk diff --git a/src/game/Skyrim/Records/MATTRecord.h b/src/game/Skyrim/Records/MATTRecord.h index 3303a56..7397a36 100644 --- a/src/game/Skyrim/Records/MATTRecord.h +++ b/src/game/Skyrim/Records/MATTRecord.h @@ -35,8 +35,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/OTFTRecord.h b/src/game/Skyrim/Records/OTFTRecord.h index c36063e..0b7a693 100644 --- a/src/game/Skyrim/Records/OTFTRecord.h +++ b/src/game/Skyrim/Records/OTFTRecord.h @@ -35,8 +35,7 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\GenericRecord.h" - +#include "common/GenericRecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/SHOURecord.cpp b/src/game/Skyrim/Records/SHOURecord.cpp index c869a0e..7cadcf4 100644 --- a/src/game/Skyrim/Records/SHOURecord.cpp +++ b/src/game/Skyrim/Records/SHOURecord.cpp @@ -35,7 +35,7 @@ * * ***** END LICENSE BLOCK ***** */ #include "SHOURecord.h" -#include "..\..\ModFile.h" +#include "common/ModFile.h" namespace Sk { diff --git a/src/game/Skyrim/Records/SHOURecord.h b/src/game/Skyrim/Records/SHOURecord.h index 475fa92..b5600f9 100644 --- a/src/game/Skyrim/Records/SHOURecord.h +++ b/src/game/Skyrim/Records/SHOURecord.h @@ -35,7 +35,7 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\GenericRecord.h" +#include "common/GenericRecord.h" #include "..\SkyrimCommon.h" #include "..\SkyrimChunks.h" diff --git a/src/game/Skyrim/Records/TXSTRecord.cpp b/src/game/Skyrim/Records/TXSTRecord.cpp index 45bab68..f7fd8ad 100644 --- a/src/game/Skyrim/Records/TXSTRecord.cpp +++ b/src/game/Skyrim/Records/TXSTRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "TXSTRecord.h" namespace Sk diff --git a/src/game/Skyrim/Records/TXSTRecord.h b/src/game/Skyrim/Records/TXSTRecord.h index 6ffa9c6..d797301 100644 --- a/src/game/Skyrim/Records/TXSTRecord.h +++ b/src/game/Skyrim/Records/TXSTRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/VTYPRecord.h b/src/game/Skyrim/Records/VTYPRecord.h index 204ab29..c359e4b 100644 --- a/src/game/Skyrim/Records/VTYPRecord.h +++ b/src/game/Skyrim/Records/VTYPRecord.h @@ -35,8 +35,7 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\GenericRecord.h" - +#include "common/GenericRecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/WOOPRecord.cpp b/src/game/Skyrim/Records/WOOPRecord.cpp index 93ace1f..4d077ec 100644 --- a/src/game/Skyrim/Records/WOOPRecord.cpp +++ b/src/game/Skyrim/Records/WOOPRecord.cpp @@ -34,8 +34,8 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ +#include "common/ModFile.h" #include "WOOPRecord.h" -#include "..\..\ModFile.h" namespace Sk { diff --git a/src/game/Skyrim/Records/WOOPRecord.h b/src/game/Skyrim/Records/WOOPRecord.h index e76c664..bc8a02c 100644 --- a/src/game/Skyrim/Records/WOOPRecord.h +++ b/src/game/Skyrim/Records/WOOPRecord.h @@ -36,7 +36,7 @@ * ***** END LICENSE BLOCK ***** */ #pragma once #include "..\SkyrimCommon.h" -#include "..\..\GenericRecord.h" +#include "common/GenericRecord.h" namespace Sk { diff --git a/src/game/Skyrim/Records/WRLDRecord.cpp b/src/game/Skyrim/Records/WRLDRecord.cpp index 3c3d744..a90a11a 100644 --- a/src/game/Skyrim/Records/WRLDRecord.cpp +++ b/src/game/Skyrim/Records/WRLDRecord.cpp @@ -33,7 +33,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "..\..\Common.h" +#include "common/Common.h" #include "WRLDRecord.h" namespace Sk diff --git a/src/game/Skyrim/Records/WRLDRecord.h b/src/game/Skyrim/Records/WRLDRecord.h index 85724c9..ce92f98 100644 --- a/src/game/Skyrim/Records/WRLDRecord.h +++ b/src/game/Skyrim/Records/WRLDRecord.h @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ #pragma once -#include "..\..\Common.h" -#include "..\..\GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" namespace Sk { diff --git a/src/game/Skyrim/SkyrimChunks.h b/src/game/Skyrim/SkyrimChunks.h index 7c9f149..20247b5 100644 --- a/src/game/Skyrim/SkyrimChunks.h +++ b/src/game/Skyrim/SkyrimChunks.h @@ -36,7 +36,7 @@ * ***** END LICENSE BLOCK ***** */ #pragma once -#include "../GenericChunks.h" +#include "common/GenericChunks.h" namespace Sk { diff --git a/src/game/Skyrim/SkyrimCommon.h b/src/game/Skyrim/SkyrimCommon.h index 89da6ee..73b229a 100644 --- a/src/game/Skyrim/SkyrimCommon.h +++ b/src/game/Skyrim/SkyrimCommon.h @@ -37,7 +37,7 @@ #pragma once // SkyrimCommon.h -#include "../Common.h" +#include "common/Common.h" #include "VMAD/VMAD.h" #include diff --git a/src/game/Skyrim/TES5File.cpp b/src/game/Skyrim/TES5File.cpp index 1ed9c25..e488c36 100644 --- a/src/game/Skyrim/TES5File.cpp +++ b/src/game/Skyrim/TES5File.cpp @@ -34,8 +34,8 @@ * * ***** END LICENSE BLOCK ***** */ // TES5File.cpp -#include "../Common.h" -#include "../GenericRecord.h" +#include "common/Common.h" +#include "common/GenericRecord.h" #include "TES5File.h" #include "SkyrimCommon.h" diff --git a/src/game/Skyrim/TES5File.h b/src/game/Skyrim/TES5File.h index 058f842..dec3842 100644 --- a/src/game/Skyrim/TES5File.h +++ b/src/game/Skyrim/TES5File.h @@ -35,11 +35,11 @@ * ***** END LICENSE BLOCK ***** */ #pragma once // TES5File.h -#include "../Common.h" -#include "../ModFile.h" -#include "../GenericRecord.h" -#include "../GRUPRecord.h" +#include "common/Common.h" +#include "common/ModFile.h" +#include "common/GenericRecord.h" +#include "GRUPRecord.h" // Only need to include Top Types #include "Records/AACTRecord.h" #include "Records/ACTIRecord.h" diff --git a/src/game/Skyrim/VMAD/Alias.cpp b/src/game/Skyrim/VMAD/Alias.cpp index c3c8b63..541a783 100644 --- a/src/game/Skyrim/VMAD/Alias.cpp +++ b/src/game/Skyrim/VMAD/Alias.cpp @@ -37,7 +37,7 @@ #include "Alias.h" #include "Script.h" -#include "../../GenericChunks.h" +#include "common/GenericChunks.h" Alias::Alias(): formId(0), aliasId(0) diff --git a/src/game/Skyrim/VMAD/Alias.h b/src/game/Skyrim/VMAD/Alias.h index fd8d46b..73377a0 100644 --- a/src/game/Skyrim/VMAD/Alias.h +++ b/src/game/Skyrim/VMAD/Alias.h @@ -36,7 +36,7 @@ // Alias.h #pragma once -#include "../../Common.h" +#include "common/Common.h" #include class Script; diff --git a/src/game/Skyrim/VMAD/Fragment/Fragment.cpp b/src/game/Skyrim/VMAD/Fragment/Fragment.cpp index d24c043..03cf5ab 100644 --- a/src/game/Skyrim/VMAD/Fragment/Fragment.cpp +++ b/src/game/Skyrim/VMAD/Fragment/Fragment.cpp @@ -36,7 +36,7 @@ // Fragment.cpp #include "Fragment.h" -#include "../../../GenericChunks.h" +#include "common/GenericChunks.h" GenFragment & GenFragment::operator = (const GenFragment &other) { diff --git a/src/game/Skyrim/VMAD/Fragment/Fragment.h b/src/game/Skyrim/VMAD/Fragment/Fragment.h index 28896b3..b54b46f 100644 --- a/src/game/Skyrim/VMAD/Fragment/Fragment.h +++ b/src/game/Skyrim/VMAD/Fragment/Fragment.h @@ -36,7 +36,7 @@ // Fragment.h #pragma once -#include "../../../Common.h" +#include "common/Common.h" class FormIDOp; diff --git a/src/game/Skyrim/VMAD/Property/Property.h b/src/game/Skyrim/VMAD/Property/Property.h index 8e95069..219e2f4 100644 --- a/src/game/Skyrim/VMAD/Property/Property.h +++ b/src/game/Skyrim/VMAD/Property/Property.h @@ -36,7 +36,7 @@ #pragma once // Property.h -#include "../../../Common.h" +#include "common/Common.h" class Property { diff --git a/src/game/Skyrim/VMAD/Script.cpp b/src/game/Skyrim/VMAD/Script.cpp index 706efa7..15f2a99 100644 --- a/src/game/Skyrim/VMAD/Script.cpp +++ b/src/game/Skyrim/VMAD/Script.cpp @@ -42,7 +42,7 @@ #include "Property/PropertyInt.h" #include "Property/PropertyFloat.h" #include "Property/PropertyBool.h" -#include "../../GenericChunks.h" +#include "common/GenericChunks.h" Script::Script() : status(fDefault) diff --git a/src/game/Skyrim/VMAD/Script.h b/src/game/Skyrim/VMAD/Script.h index a5e60e2..ab327ab 100644 --- a/src/game/Skyrim/VMAD/Script.h +++ b/src/game/Skyrim/VMAD/Script.h @@ -36,7 +36,7 @@ // Script.h #pragma once -#include "../../Common.h" +#include "common/Common.h" #include class Property; diff --git a/src/game/Skyrim/VMAD/VMAD.cpp b/src/game/Skyrim/VMAD/VMAD.cpp index 8e40b87..94bbed3 100644 --- a/src/game/Skyrim/VMAD/VMAD.cpp +++ b/src/game/Skyrim/VMAD/VMAD.cpp @@ -42,7 +42,7 @@ #include "Fragment/FragmentQUST.h" #include "Fragment/FragmentSCEN.h" #include "Script.h" -#include "../../GenericChunks.h" +#include "common/GenericChunks.h" VMADRecord::VMADRecord() : diff --git a/src/game/Skyrim/VMAD/VMAD.h b/src/game/Skyrim/VMAD/VMAD.h index b95dde8..f33b4ac 100644 --- a/src/game/Skyrim/VMAD/VMAD.h +++ b/src/game/Skyrim/VMAD/VMAD.h @@ -37,7 +37,7 @@ #pragma once // VMAD.h -#include "../../Common.h" +#include "common/Common.h" #include class Script; diff --git a/src/main/Collection.h b/src/main/Collection.h index 905b517..947a71a 100644 --- a/src/main/Collection.h +++ b/src/main/Collection.h @@ -35,7 +35,7 @@ * ***** END LICENSE BLOCK ***** */ #pragma once // Collection.h -#include "ModFile.h" +#include "common/ModFile.h" #include "Oblivion/TES4File.h" #include "FalloutNewVegas/FNVFile.h" #include "Skyrim/TES5File.h" diff --git a/src/main/Visitors.h b/src/main/Visitors.h index a4bcc11..81995c9 100644 --- a/src/main/Visitors.h +++ b/src/main/Visitors.h @@ -35,8 +35,8 @@ * ***** END LICENSE BLOCK ***** */ #pragma once // Visitors.h -#include "GenericRecord.h" -#include "ModFile.h" +#include "common/GenericRecord.h" +#include "common/ModFile.h" class FormIDMatchCounter : public FormIDOp {