15 lines
256 B
C
15 lines
256 B
C
#ifndef ALL_H
|
|
#define ALL_H
|
|
|
|
#include "char_lcd.h"
|
|
#include "bottom_half.h"
|
|
#include "sd.h"
|
|
#include "speaker.h"
|
|
#include "game_timer.h"
|
|
#include "drivers/tft.h"
|
|
#include "drivers/leds.h"
|
|
#include "drivers/power.h"
|
|
|
|
void init_drivers();
|
|
|
|
#endif /* ALL_H */ |