mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-25 16:02:57 +00:00
12 lines
305 B
C
12 lines
305 B
C
// stdafx.h : include file for standard system include files,
|
|
// or project specific include files that are used frequently, but
|
|
// are changed infrequently
|
|
//
|
|
#pragma once
|
|
|
|
#ifdef _WINDOWS64
|
|
#include "Minecraft.Client/Windows64/Windows64_App.h"
|
|
#else
|
|
#include "Minecraft.Client/Linux/Linux_App.h"
|
|
#endif
|