mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-01 19:31:02 -07:00
Non parsed buffer implemented.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#include "Bloat.cpp"
|
||||
#include "NonParsed\Array.NonParsed.hpp"
|
||||
#include "NonParsed\Buffer.NonParsed.hpp"
|
||||
#include "NonParsed\Sanity.hpp"
|
||||
|
||||
|
||||
@ -20,6 +21,9 @@ int gen_main()
|
||||
// gen_array( sw );
|
||||
gen_array_file();
|
||||
|
||||
gen_buffer( u8 );
|
||||
gen_buffer_file();
|
||||
|
||||
gen::deinit();
|
||||
Memory::cleanup();
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user