mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
15 lines
212 B
C++
15 lines
212 B
C++
#pragma once
|
|
|
|
namespace RBX
|
|
{
|
|
namespace JNI
|
|
{
|
|
namespace LogManager
|
|
{
|
|
void setupFastLog();
|
|
void tearDownFastLog();
|
|
void setupBreakpad(bool cleanup);
|
|
} // namespace LogManager
|
|
} // namespace JNI
|
|
} // namespace RBX
|