mirror-ac/module/module.h

10 lines
145 B
C
Raw Normal View History

#pragma once
#include "common.h"
#include <Windows.h>
namespace module {
void run(HINSTANCE hinstDLL);
void terminate();
} // namespace module