Code compiles
This commit is contained in:
parent
7a74273ca7
commit
2aa08f20a0
118 changed files with 119250 additions and 34 deletions
17
app/application.h
Normal file
17
app/application.h
Normal 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_ */
|
Loading…
Add table
Add a link
Reference in a new issue