Created
October 13, 2015 04:22
-
-
Save RadTechDad/0d606c5a62c7724445d0 to your computer and use it in GitHub Desktop.
"010 Editor" Template File for Ark: Survival Evolved Paint Files (.pnt)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//-------------------------------------- | |
// Ark: Survival Evolved Paint Files | |
// .pnt file extension | |
//-------------------------------------- | |
// Header | |
int32 Version <bgcolor=cLtRed>; | |
int32 SizeX <bgcolor=cLtYellow>; | |
int32 SizeY <bgcolor=cLtGreen>; | |
uint32 Revision <bgcolor=cPurple>; | |
//ColorBuffer Array | |
int32 ColorBufferArraySize <bgcolor=cLtBlue>; | |
//ColorBuffer stores color codes | |
char ColorBufferArray[ColorBufferArraySize] <bgcolor=cAqua>; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment