mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2024-11-24 06:35:42 +01:00
Fix whitespace issues
Why do I do this so much?
This commit is contained in:
parent
8ebdc30394
commit
4d6e75ab97
@ -63,15 +63,21 @@
|
|||||||
//
|
//
|
||||||
//--------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------
|
||||||
|
|
||||||
#include "TexCompTypes.h"
|
|
||||||
#include "BC7Compressor.h"
|
#include "BC7Compressor.h"
|
||||||
#include "BC7CompressionMode.h"
|
#include "BC7CompressionMode.h"
|
||||||
|
|
||||||
|
#include "TexComp.h"
|
||||||
|
#include "TexCompTypes.h"
|
||||||
#include "BCLookupTables.h"
|
#include "BCLookupTables.h"
|
||||||
#include "RGBAEndpoints.h"
|
#include "RGBAEndpoints.h"
|
||||||
#include "BitStream.h"
|
#include "BitStream.h"
|
||||||
|
|
||||||
#include "BlockStats.h"
|
#include "BlockStats.h"
|
||||||
|
|
||||||
|
#ifdef HAS_MSVC_ATOMICS
|
||||||
|
# include "Windows.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
Loading…
Reference in New Issue
Block a user