mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-28 20:33:35 +00:00
11 lines
164 B
C
11 lines
164 B
C
#ifndef STUBS_H
|
|
#define STUBS_H
|
|
|
|
#pragma once
|
|
|
|
#include "winapi_stubs.h"
|
|
#include "d3d11_stubs.h"
|
|
#include "xbox_stubs.h"
|
|
#include "iggy_stubs.h"
|
|
|
|
#endif // STUBS_H
|