mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-27 19:14:18 +00:00
10 lines
166 B
C
10 lines
166 B
C
#ifndef STUBS_H
|
|
#define STUBS_H
|
|
|
|
#pragma once
|
|
#include "d3d11_stubs.h"
|
|
#include "winapi_stubs.h"
|
|
#ifndef _ENABLEIGGY
|
|
#include "iggy_stubs.h"
|
|
#endif
|
|
#endif // STUBS_H
|