summaryrefslogtreecommitdiff
path: root/include/nw4r/db/db_assert.h
blob: afb71813533be3505a02831adac1f2f79b007831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef NW4R_DB_ASSERT_H
#define NW4R_DB_ASSERT_H

#include "nw4r/db/db_console.h"

namespace nw4r {
namespace db {

typedef detail::ConsoleHead *ConsoleHandle;

ConsoleHandle Assertion_SetConsole(ConsoleHandle handle);

} // namespace db
} // namespace nw4r

#endif