cpk.hpp (240B)
1 #ifndef GUARD_ACERBLY_PYROBORIC_HUSS_SMOFS_2629 2 #define GUARD_ACERBLY_PYROBORIC_HUSS_SMOFS_2629 3 #pragma once 4 5 #include <string> 6 7 namespace Neptools::VitaPlugin 8 { 9 10 void Init(std::string data_path_in, std::string cache_path_in); 11 12 } 13 14 #endif