16 lines
318 B
C
16 lines
318 B
C
#ifndef STEP_1_H
|
|
#define STEP_1_H
|
|
|
|
#include <random>
|
|
#include "../drivers/bottom_half.h"
|
|
#include "../drivers/tft.h"
|
|
#include "../drivers/leds.h"
|
|
#include "../drivers/wires.h"
|
|
#include "../drivers/speaker.h"
|
|
#include "../drivers/game_timer.h"
|
|
#include "../drivers/char_lcd.h"
|
|
|
|
void step1(void);
|
|
|
|
#endif /* STEP_1_H */
|