Fission FSN
Loading...
Searching...
No Matches
fsDebugHelpers.h
Go to the documentation of this file.
1/********************************************************************
2*
3* File: fsDebugHelpers.h
4*
5* Purpose: Debug shaerd helpers to avoid cyclic dependencies
6*
7*********************************************************************/
8#ifndef fsDebugHelpershdr
9#define fsDebugHelpershdr
10
11#include "../../fsStr.h"
12
13fsStr variableArguementListCompound(const fsChar* pFormat, ...);
14
15#endif
Definition fsStr.h:23
fsStr variableArguementListCompound(const fsChar *pFormat,...)
Definition fsAssert.cpp:5
char fsChar
Definition fsBaseTypes.h:12