#ifndef REGISTERS_H #define REGISTERS_H class Registers { public: Registers(); }; #endif // REGISTERS_H