summaryrefslogtreecommitdiff
path: root/emu/7seg.h
blob: c49a8a1fcf0b95d4895b6b545b297e11407d2967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef 7_SEG_H
#define 7_SEG_H

#ifdef WITH_GUI
#include <SDL.h>
#endif

typedef struct 7seg_t
{
} 7seg_t;

#endif