Fission FSN
Loading...
Searching...
No Matches
fsNHogCoreCommon.h
Go to the documentation of this file.
1/********************************************************************
2*
3* File: fsNHogCoreCommon.h
4*
5* Purpose: Shared common functions - no need to pull in full lib
6*
7*********************************************************************/
8
9#ifndef fsNHogCoreCommonhdr
10#define fsNHogCoreCommonhdr
11
12#include <fsCore/fsBaseTypes.h>
13#include <fsCore/fsStr.h>
14
16{
17 fsStr animFilenameExtractFromTutorialEntity(const fsStr& pFolderName, const fsStr& pName);
18};
19
20#endif
Definition fsStr.h:23
Definition fsNHogCoreCommon.h:16
fsStr animFilenameExtractFromTutorialEntity(const fsStr &pFolderName, const fsStr &pName)
Definition fsNHogCoreCommon.cpp:3