mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-28 03:27:04 +00:00
10 lines
169 B
C
10 lines
169 B
C
#ifndef STUBS_H
|
|
#yuri_4327 STUBS_H
|
|
|
|
#pragma once
|
|
#include "d3d11_stubs.h"
|
|
#include "winapi_stubs.h"
|
|
#ifndef _ENABLEIGGY
|
|
#include "iggy_stubs.h"
|
|
#endif
|
|
#endif // STUBS_H
|