4jcraft/minecraft/Minecraft.Client
MatthewBeshay 7ddfaeb59e refactor: remove arrayWithLength, replace with std::vector
Eliminates the custom arrayWithLength<T> wrapper and all typedefs, replacing with std::vector<T> directly.
2026-03-31 12:06:19 +11:00
..
Common refactor: remove arrayWithLength, replace with std::vector 2026-03-31 12:06:19 +11:00
ConsoleHelpers move everything to minecraft subdir, switch to absolute include path 2026-03-30 11:01:08 -05:00
Header Files refactor: remove arrayWithLength, replace with std::vector 2026-03-31 12:06:19 +11:00
Linux refactor: split java libs and nbt into separate projects 2026-03-30 12:54:00 -05:00
net/minecraft refactor: remove arrayWithLength, replace with std::vector 2026-03-31 12:06:19 +11:00
Source Files refactor: remove arrayWithLength, replace with std::vector 2026-03-31 12:06:19 +11:00
Windows64 refactor: split java libs and nbt into separate projects 2026-03-30 12:54:00 -05:00
meson.build refactor: split java libs and nbt into separate projects 2026-03-30 12:54:00 -05: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.

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