mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 08:27:42 +00:00
Refinements to avoid bad level linkages
This commit is contained in:
@@ -9,6 +9,14 @@
|
||||
#include <mutex>
|
||||
#include <condition_variable>
|
||||
|
||||
namespace hecl
|
||||
{
|
||||
namespace Database
|
||||
{
|
||||
std::vector<const struct DataSpecEntry*> DATA_SPEC_REGISTRY;
|
||||
}
|
||||
}
|
||||
|
||||
struct HECLWindowCallback : boo::IWindowCallback
|
||||
{
|
||||
bool m_sizeDirty = false;
|
||||
|
||||
Reference in New Issue
Block a user