mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-24 21:42:53 -05:00
6 lines
125 B
C++
6 lines
125 B
C++
#pragma once
|
|
|
|
#include "smoke_api/types.hpp"
|
|
|
|
C_DECL(void*) CreateInterface(const char* interface_version, int* out_result);
|