mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-05 21:15:39 -05:00
15 lines
282 B
C++
15 lines
282 B
C++
#pragma once
|
|
|
|
#include <koalageddon/types.hpp>
|
|
|
|
namespace koalageddon {
|
|
|
|
/// We need this interface in other IClient* functions in order to query original DLC status
|
|
extern const void* client_app_manager_interface;
|
|
|
|
extern KoalageddonConfig config;
|
|
|
|
void init();
|
|
|
|
}
|