mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-25 05:52:51 -05:00
11 lines
159 B
C++
11 lines
159 B
C++
#pragma once
|
|
|
|
#include "smoke_api/types.hpp"
|
|
|
|
namespace smoke_api {
|
|
void init(void* self_module_handle);
|
|
void shutdown();
|
|
|
|
AppId_t get_app_id();
|
|
}
|