9 lines
99 B
C++
Raw Normal View History

2019-11-11 23:01:05 +01:00
#ifndef CONFIG_HPP
#define CONFIG_HPP
// Application configuration
enum dummy { NO_OP };
#endif