mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-05 16:57:22 +00:00
restructure codebase according to vcproj filters
This commit is contained in:
16
Minecraft.Client/Header Files/SkinBox.h
Normal file
16
Minecraft.Client/Header Files/SkinBox.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
enum eBodyPart {
|
||||
eBodyPart_Unknown = 0,
|
||||
eBodyPart_Head,
|
||||
eBodyPart_Body,
|
||||
eBodyPart_Arm0,
|
||||
eBodyPart_Arm1,
|
||||
eBodyPart_Leg0,
|
||||
eBodyPart_Leg1,
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
eBodyPart ePart;
|
||||
float fX, fY, fZ, fW, fH, fD, fU, fV;
|
||||
} SKIN_BOX;
|
||||
Reference in New Issue
Block a user