Refactor utility/decomp headers (#318)

This commit is contained in:
Christian Semmler
2023-12-11 16:33:46 -05:00
committed by GitHub
parent 3b30607337
commit a7194266b3
21 changed files with 42 additions and 32 deletions

View File

@@ -1,9 +1,9 @@
#ifndef VIEWLODLIST_H
#define VIEWLODLIST_H
#include "../compat.h"
#include "../realtime/lodlist.h"
#include "assert.h"
#include "compat.h"
#pragma warning(disable : 4786)

View File

@@ -1,6 +1,6 @@
#include "viewroi.h"
#include "../decomp.h"
#include "decomp.h"
DECOMP_SIZE_ASSERT(ViewROI, 0xe0)