mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-05-04 19:42:15 -04:00
9 lines
99 B
C++
9 lines
99 B
C++
#pragma once
|
|
|
|
namespace smoke_api {
|
|
|
|
void init(HMODULE module_handle);
|
|
void shutdown();
|
|
|
|
}
|