fix for filepath to string conversions

This commit is contained in:
2025-11-11 18:54:57 -05:00
parent 96dd0fbc50
commit 993f92e412
6 changed files with 13 additions and 13 deletions

View File

@@ -6,7 +6,6 @@
#include <fstream>
#ifdef _WIN32
#include "util.h"
#define POPEN _popen
#define PCLOSE _pclose
#define PWRITE_MODE "wb"
@@ -19,7 +18,9 @@
#endif
#include "log.h"
#include "string_.h"
using namespace anm2ed::util;
using namespace anm2ed::resource;
using namespace glm;