Changed order of includes, uint32_t as index for Geometry::GetIndex(), minor changes
This commit is contained in:
@@ -5,19 +5,19 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "IO/FileDescription.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <filesystem>
|
||||
|
||||
#include "IO/FileDescription.hpp"
|
||||
|
||||
namespace OpenVulkano
|
||||
{
|
||||
class ZipWriter
|
||||
{
|
||||
std::vector<uint8_t> m_centralDirs;
|
||||
int m_numFiles = 0;
|
||||
FILE *m_file;
|
||||
FILE* m_file;
|
||||
|
||||
public:
|
||||
ZipWriter(const std::filesystem::path& filePath);
|
||||
|
||||
Reference in New Issue
Block a user