mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
8 lines
81 B
C++
8 lines
81 B
C++
#include "async.h"
|
|
|
|
namespace AsyncDetail
|
|
{
|
|
extern int g_asyncLeaked = 0;
|
|
}
|
|
|