kopia lustrzana https://github.com/RobertGawron/IonizationChamber
18 wiersze
292 B
C
Executable File
18 wiersze
292 B
C
Executable File
/*
|
|
* ApplicationBuilder.h
|
|
*
|
|
* Created on: 15 cze 2019
|
|
* Author: robert
|
|
*/
|
|
|
|
#ifndef INC_APPLICATIONBUILDER_H_
|
|
#define INC_APPLICATIONBUILDER_H_
|
|
|
|
void ApplicationBuilder_Init();
|
|
|
|
void ApplicationBuilder_Run();
|
|
|
|
void ApplicationBuilder_Tick();
|
|
|
|
#endif /* INC_APPLICATIONBUILDER_H_ */
|