initial commit

This commit is contained in:
Attila Body 2019-09-30 19:22:22 +02:00
commit 600ed241d2
123 changed files with 120036 additions and 0 deletions

17
app/application.h Normal file
View file

@ -0,0 +1,17 @@
/*
* app.h
*
* Created on: Aug 29, 2019
* Author: abody
*/
#ifndef APP_H_
#define APP_H_
#include <inttypes.h>
#include "main.h"
#include <stats.h>
void MainLoop();
#endif /* APP_H_ */