mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
Adding an extension will now require an additional step, but this evolved version of the extension list code is more sane and the structures can be more easily copied around.
21 lines
466 B
C
21 lines
466 B
C
#pragma once
|
|
|
|
#include "../util/log/log.h"
|
|
#include "../util/log/log_debug.h"
|
|
|
|
#include "../util/util_env.h"
|
|
#include "../util/util_error.h"
|
|
#include "../util/util_flags.h"
|
|
#include "../util/util_math.h"
|
|
#include "../util/util_string.h"
|
|
|
|
#include "../util/rc/util_rc.h"
|
|
#include "../util/rc/util_rc_ptr.h"
|
|
|
|
#include "../util/sha1/sha1_util.h"
|
|
|
|
#include "../util/sync/sync_spinlock.h"
|
|
|
|
#include "./vulkan/dxvk_vulkan_loader.h"
|
|
#include "./vulkan/dxvk_vulkan_names.h"
|