ImGuiTest/test/directx9_test.h

5 lines
73 B
C
Raw Normal View History

#pragma once
class DirectX9Test {
public:
static void directX9Test();
};