This website requires JavaScript.
Explore
Help
Sign In
BodgeMaster
/
FOSS-VG
Watch
1
Star
0
Fork
You've already forked FOSS-VG
0
Code
Issues
21
Pull Requests
Projects
Releases
Wiki
Activity
fa82fd8792
FOSS-VG
/
src
/
tools
/
dumpnbt.cpp
6 lines
78 B
C++
Raw
Normal View
History
Unescape
Escape
do not use the lib prefix for library names
2022-06-24 16:50:41 +02:00
#
include
"../lib/nbt.h++"
Create files for nbt library and a tool to use it. These files were also used to figure out the process of building them so their content is garbage.
2022-06-24 09:28:17 +02:00
int
main
(
int
argc
,
char
*
argv
[
]
)
{
Remove build system test code, add generalized NBT model
2022-06-24 12:15:34 +02:00
return
0
;
Create files for nbt library and a tool to use it. These files were also used to figure out the process of building them so their content is garbage.
2022-06-24 09:28:17 +02:00
}