Difference between revisions of "Dev"

From Game Research Wiki
Jump to navigation Jump to search
(Created page with "Output consistency examples <syntaxhighlight lang="text"> ----npatool---- version: 1.0.6-ed6155c built: Dec 4 2015 22:26:19 Reading protected index... Decoding index... Proc...")
 
Line 3: Line 3:
----npatool----
----npatool----
version: 1.0.6-ed6155c
version: 1.0.6-ed6155c
built: Dec  4 2015 22:26:19


Reading protected index...
Reading protected index...
Line 17: Line 16:
PNG/1> BG_125 [125125]
PNG/1> BG_125 [125125]


</syntaxhighlight>
Source file stuff
<syntaxhighlight lang="cpp">
///////////////////////////////////////////////////////////////////////////////////////////////////
//  Function:
//  Purpose:
///////////////////////////////////////////////////////////////////////////////////////////////////
</syntaxhighlight>
</syntaxhighlight>




Some coding styles I need to stick with to stay consistent are... g_ for global variables, p_ for pointers.
Some coding styles I need to stick with to stay consistent are... g_ for global variables, p_ for pointers.

Revision as of 06:28, 13 June 2016

Output consistency examples

----npatool----
version: 1.0.6-ed6155c

Reading protected index...
Decoding index...
Processing index entries... 50 files found!
Extracting data...

1> music/0001.ogg [205125]

10/10 file(s) extracted!

OGG/1> SONG_04 [123123]
PNG/1> BG_125 [125125]

Source file stuff

///////////////////////////////////////////////////////////////////////////////////////////////////
//  Function:
//  Purpose:
///////////////////////////////////////////////////////////////////////////////////////////////////


Some coding styles I need to stick with to stay consistent are... g_ for global variables, p_ for pointers.