sql_importer.hpp (228B)
1 #ifndef GUARD_OOZILY_SLOVAK_COVERER_IMBANKS_3450 2 #define GUARD_OOZILY_SLOVAK_COVERER_IMBANKS_3450 3 #pragma once 4 5 namespace Scraps::Format::RagsSql 6 { 7 class Sql; 8 9 void Import(Sql& sql, const char* out, bool packed); 10 11 } 12 13 #endif