|  | /*
 | 
						
						
						
							|  |  * ApplicationBuilder.h
 | 
						
						
						
							|  |  *
 | 
						
						
						
							|  |  *  Created on: 15 cze 2019
 | 
						
						
						
							|  |  *      Author: robert
 | 
						
						
						
							|  |  */
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | #ifndef INC_APPLICATIONBUILDER_H_
 | 
						
						
						
							|  | #define INC_APPLICATIONBUILDER_H_
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | #include "CommonDataTypes.h"
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | bool ApplicationBuilder_Init();
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | void ApplicationBuilder_Tick();
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | #endif /* INC_APPLICATIONBUILDER_H_ */
 |