README: mention SDL2 backend
[rofl0r-concol.git] / nopconsole.h
blobe739fef84060d581ffd377dfbd6d681626364790
1 #ifndef NOPCONSOLE_H
2 #define NOPCONSOLE_H
4 #include "console_sel.h"
6 #if CONSOLE_BACKEND == NOP_CONSOLE
7 #pragma RcB2 DEP "nopconsole.c"
8 #endif
10 typedef struct NopConsole {
11 int dummy;
12 } NopConsole;
14 #endif