4jcraft/minecraft/Minecraft.Client
MatthewBeshay 2f92b07c1f
Some checks are pending
Build (Linux, x86-64) / build-linux (push) Waiting to run
Format Check / clang-format (push) Waiting to run
fix: resolve ByteBuffer hardcoded path and static const linker errors
2026-03-31 21:50:15 +11:00
..
Common fix: resolve ByteBuffer hardcoded path and static const linker errors 2026-03-31 21:50:15 +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 shared_ptr(new T) with make_shared<T> 2026-03-31 20:42:45 +11:00
Source Files refactor: replace shared_ptr(new T) with make_shared<T> 2026-03-31 20:42:45 +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.

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