4jcraft/minecraft/Minecraft.Client
MatthewBeshay ee31bfcec5 refactor: replace POSIX/Win32 APIs with standard C++ equivalents
Replaces platform-specific APIs across 21 files with std::chrono, std::fstream, std::filesystem, and std::this_thread. Adds PlatformTime.h utility header wrapping std::chrono::steady_clock for GetTickCount/QueryPerformanceCounter patterns.
2026-04-01 05:01:37 +11:00
..
Common refactor: replace POSIX/Win32 APIs with standard C++ equivalents 2026-04-01 05:01:37 +11:00
Header Files remove more auto-generated files 2026-03-30 22:03:56 -05:00
Linux refactor: remove IsFullVersion and all trial mode code 2026-03-31 20:05:59 +11:00
net/minecraft refactor: replace POSIX/Win32 APIs with standard C++ equivalents 2026-04-01 05:01:37 +11:00
Source Files refactor: replace POSIX/Win32 APIs with standard C++ equivalents 2026-04-01 05:01:37 +11:00
Windows64 refactor: remove IsFullVersion and all trial mode code 2026-03-31 20:05:59 +11:00
meson.build refactor: break World dependency on 4J modules via platform interfaces 2026-03-31 20:05:59 +11:00
Network Implementation Notes.md move everything to minecraft subdir, switch to absolute include path 2026-03-30 11:01:08 -05:00
ReadMe.txt move everything to minecraft subdir, switch to absolute include path 2026-03-30 11:01:08 -05:00

========================================================================
    Xbox 360 APPLICATION : Minecraft.Client Project Overview
========================================================================

AppWizard has created this Minecraft.Client application for you.  

This file contains a summary of what you will find in each of the files that
make up your Minecraft.Client application.

Minecraft.Client.vcxproj
    This is the main project file for VC++ projects generated using an Application Wizard. 
    It contains information about the version of Visual C++ that generated the file, and 
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

Minecraft.Client.cpp
    This is the main application source file.



/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////