2019-11-11 23:01:05 +01:00

9 lines
99 B
C++

#ifndef CONFIG_HPP
#define CONFIG_HPP
// Application configuration
enum dummy { NO_OP };
#endif