4jcraft/targets/minecraft/stdafx.h
2026-04-02 16:09:32 +11:00

12 lines
277 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 "app/windows/Windows64_App.h"
#else
#include "app/linux/Linux_App.h"
#endif