mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-07 10:27:08 +00:00
12 lines
186 B
C
12 lines
186 B
C
#ifndef STUBS_H
|
|
#define STUBS_H
|
|
|
|
#pragma once
|
|
|
|
#include "gl_stubs.h"
|
|
#include "d3d11_stubs.h"
|
|
#include "iggy_stubs.h"
|
|
#include "winapi_stubs.h"
|
|
#include "xbox_stubs.h"
|
|
|
|
#endif // STUBS_H
|