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.BodgeMaster-unfinished
parent
57006a6463
commit
0c9299b21d
|
@ -0,0 +1,3 @@
|
||||||
|
int blob() {
|
||||||
|
return 1;
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
int blob();
|
|
@ -0,0 +1,5 @@
|
||||||
|
#include "../lib/libnbt.h"
|
||||||
|
|
||||||
|
int main(int argc, char* argv[]) {
|
||||||
|
return blob();
|
||||||
|
}
|
Loading…
Reference in New Issue