DDraceNetwork Documentation
Loading...
Searching...
No Matches
assertion_logger.h
Go to the documentation of this file.
1
#ifndef ENGINE_SHARED_ASSERTION_LOGGER_H
2
#define ENGINE_SHARED_ASSERTION_LOGGER_H
3
4
#include <memory>
5
6
class
ILogger
;
7
class
IStorage
;
8
9
std::unique_ptr<ILogger>
CreateAssertionLogger
(
IStorage
*
pStorage
,
const
char
*
pGameName
);
10
11
#endif
CreateAssertionLogger
std::unique_ptr< ILogger > CreateAssertionLogger(IStorage *pStorage, const char *pGameName)
Definition
assertion_logger.cpp:80
ILogger
Definition
logger.h:68
IStorage
Definition
storage.h:21
vector2_base
Definition
vmath.h:15
src
engine
shared
assertion_logger.h
Generated by
1.9.8