mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-27 12:03:36 +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
|