16 lines
314 B
C++
16 lines
314 B
C++
#ifndef STEP_2_H
|
|
#define STEP_2_H
|
|
|
|
#include "../drivers/bottom_half.h"
|
|
#include "../drivers/wires.h"
|
|
#include "../drivers/game_timer.h"
|
|
#include "../drivers/leds.h"
|
|
#include "../drivers/speaker.h"
|
|
#include "../helper.h"
|
|
#include <iostream>
|
|
#include <random>
|
|
#include <map>
|
|
|
|
void step2(void);
|
|
|
|
#endif /* STEP_2_H */ |