pckr entry points

This commit is contained in:
2023-10-21 18:59:01 +01:00
parent ea19c2767f
commit e162e078c5
3 changed files with 36 additions and 0 deletions

8
include/pckr.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef PCKR_H
#define PCKR_H
#include "aliases.h"
i32 run_pckr(i32 argc, char *argv[]);
#endif // !PCKR_H