7 lines
79 B
C++
7 lines
79 B
C++
#ifndef SETUP_H
|
|
#define SETUP_H
|
|
|
|
void initialSetup();
|
|
void setupLoop();
|
|
|
|
#endif |