16 lines
313 B
C
16 lines
313 B
C
#ifndef STEP_3_H
|
|
#define STEP_3_H
|
|
|
|
#include <random>
|
|
#include "../drivers/bottom_half.h"
|
|
#include "../drivers/wires.h"
|
|
#include "../drivers/speaker.h"
|
|
#include "../drivers/leds.h"
|
|
#include "../drivers/char_lcd.h"
|
|
#include "../drivers/game_timer.h"
|
|
#include "../helper.h"
|
|
|
|
void step3(void);
|
|
|
|
#endif /* STEP_3_H */
|