mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
18 lines
369 B
C
18 lines
369 B
C
#pragma once
|
|
|
|
#define DLLEXPORT __declspec(dllexport)
|
|
|
|
#include "../util/com/com_guid.h"
|
|
#include "../util/com/com_object.h"
|
|
#include "../util/com/com_pointer.h"
|
|
|
|
#include "../util/log/log.h"
|
|
#include "../util/log/log_debug.h"
|
|
|
|
#include "../util/util_enum.h"
|
|
#include "../util/util_error.h"
|
|
#include "../util/util_string.h"
|
|
|
|
#include <dxgi1_2.h>
|
|
|
|
#include <SDL2/SDL.h>
|