#ifndef GAME_PIC_H #define GAME_PIC_H #include "../util/Asm.h" namespace Pic { static void clearInterrupt() { outb(0x20, 0x20); } } #endif //GAME_PIC_H