mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-05 21:23:03 +00:00
9 lines
141 B
C
9 lines
141 B
C
#ifndef STUBS_H
|
|
#define STUBS_H
|
|
|
|
#pragma once
|
|
#include "winapi_stubs.h"
|
|
#ifndef _ENABLEIGGY
|
|
#include "iggy_stubs.h"
|
|
#endif
|
|
#endif // STUBS_H
|