scraps

Abandon all hope, ye who enter here.
git clone https://git.neptards.moe/neptards/scraps.git
Log | Files | Refs | Submodules | README | LICENSE

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