Conscience Core
CommandHelper.h
Go to the documentation of this file.
1 #include "CscCommon.h"
2 
4 CSC_DLL_IMPORTEXPORT string commandTypeToPascalCase(const string &input);
5 
6 CSC_DLL_IMPORTEXPORT bool isCoreFile(const fs::path &filePath);
7 };
CSC_DLL_IMPORTEXPORT
#define CSC_DLL_IMPORTEXPORT
Definition: os.h:31
conscience_core::bridging::commands
Definition: cartographyCommands.cpp:4
conscience_core::bridging::commands::isCoreFile
bool isCoreFile(const fs::path &filePath)
Definition: CommandHelper.cpp:37
conscience_core::bridging::commands::commandTypeToPascalCase
string commandTypeToPascalCase(const string &input)
Definition: CommandHelper.cpp:11
CscCommon.h