Remove relative paths

This commit is contained in:
Christian Semmler 2024-01-07 14:37:26 -05:00
parent 7b4bd7cbf6
commit 9b6dfa6c27
5 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
#ifndef MXDIRECT3D_H
#define MXDIRECT3D_H
#include "../mxstl/stlcompat.h"
#include "decomp.h"
#include "mxdirectdraw.h"
#include "mxstl/stlcompat.h"
#include <d3d.h>

View File

@ -3,10 +3,10 @@
// ROI stands for Real-time Object Instance.
#include "../mxstl/stlcompat.h"
#include "../realtime/realtime.h"
#include "compat.h"
#include "lodlist.h"
#include "mxstl/stlcompat.h"
#include "realtime/realtime.h"
#include "vector.h"
/*

View File

@ -1,7 +1,7 @@
#include "../tgl.h"
#include "compat.h"
#include "decomp.h"
#include "tgl/tgl.h"
#include <d3drm.h>

View File

@ -1,10 +1,10 @@
#ifndef VIEWLODLIST_H
#define VIEWLODLIST_H
#include "../mxstl/stlcompat.h"
#include "../realtime/lodlist.h"
#include "assert.h"
#include "compat.h"
#include "mxstl/stlcompat.h"
#include "realtime/lodlist.h"
#include <string.h>

View File

@ -1,9 +1,9 @@
#ifndef VIEWROI_H
#define VIEWROI_H
#include "../realtime/orientableroi.h"
#include "../tgl/tgl.h"
#include "decomp.h"
#include "realtime/orientableroi.h"
#include "tgl/tgl.h"
#include "viewlodlist.h"
/*