ArcdpsExtension
Loading...
Searching...
No Matches
ArcdpsExtension.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <d3d11.h>
4
#include <Windows.h>
5
6
#if ARCDPS_EXTENSION_IMGUI
7
#include <imgui/imgui.h>
8
#endif
9
10
namespace
ArcdpsExtension
{
11
#if ARCDPS_EXTENSION_IMGUI
12
void
Setup
(HMODULE pDll, ID3D11Device* pD11Device, ImGuiContext* pImGuiContext);
13
#else
14
void
Setup
(HMODULE pDll, ID3D11Device* pD11Device);
15
#endif
16
17
void
Shutdown
();
18
}
// namespace ArcdpsExtension
ArcdpsExtension
Definition
ArcdpsExtension.h:10
ArcdpsExtension::Shutdown
void Shutdown()
Definition
ArcdpsExtension.cpp:41
ArcdpsExtension::Setup
void Setup(HMODULE pDll, ID3D11Device *pD11Device)
Definition
ArcdpsExtension.cpp:21
ArcdpsExtension.h
Generated by
1.9.8