Changed order of includes, uint32_t as index for Geometry::GetIndex(), minor changes
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
|
||||
#include <catch2/catch_all.hpp>
|
||||
|
||||
#include <fstream>
|
||||
#include <filesystem>
|
||||
#include <string>
|
||||
|
||||
#include "Base/Utils.hpp"
|
||||
#include "IO/Archive/ZipWriter.hpp"
|
||||
#include "IO/AppFolders.hpp"
|
||||
|
||||
#include <fstream>
|
||||
#include <filesystem>
|
||||
#include <string>
|
||||
|
||||
using namespace OpenVulkano;
|
||||
|
||||
TEST_CASE("Empty zip file", "[ZipWriter]")
|
||||
|
||||
Reference in New Issue
Block a user