14 lines
259 B
C++
14 lines
259 B
C++
#ifndef STEP_5_H
|
|
#define STEP_5_H
|
|
|
|
#include "../drivers/bottom_half.h"
|
|
#include "../drivers/wires.h"
|
|
#include "../drivers/game_timer.h"
|
|
#include "../drivers/leds.h"
|
|
#include <iostream>
|
|
#include <random>
|
|
#include <map>
|
|
|
|
void step5(void);
|
|
|
|
#endif /* STEP_5_H */ |