20 lines
261 B
C++
20 lines
261 B
C++
/*
|
|
* Definitions.hpp
|
|
*
|
|
* Created on: Mar 6, 2023
|
|
* Author: Gabriel
|
|
*/
|
|
|
|
#ifndef SRC_COMPONENTS_DEFINITIONS_HPP_
|
|
#define SRC_COMPONENTS_DEFINITIONS_HPP_
|
|
|
|
//#define CONTROL_DISABLED
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* SRC_COMPONENTS_DEFINITIONS_HPP_ */
|