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
cee542f1f5
FOSS-VG
/
src
/
tools
/
dumpnbt.cpp
6 lines
81 B
C++
Raw
Normal View
History
Unescape
Escape
rename header Yes, this is a completely necessary change, I am aware.
2022-06-24 12:19:41 +02:00
#
include
"../lib/libnbt.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
}