mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-26 17:30:10 +00:00
tidying up naming scheme and parameters in helper inspection API; [examples] sketch of type metadata example
This commit is contained in:
@@ -19,13 +19,6 @@ static MD_Arena *arena = 0;
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
char *argv_dummy[] = {
|
||||
0,
|
||||
"W:/metadesk/examples/mdesk_files/user_errors.mdesk"
|
||||
};
|
||||
argc = 2;
|
||||
argv = argv_dummy;
|
||||
|
||||
// setup the global arena
|
||||
arena = MD_ArenaAlloc(1ull << 40);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user