6 lines
61 B
C++
6 lines
61 B
C++
|
|
#ifndef SETUP_H
|
||
|
|
#define SETUP_H
|
||
|
|
|
||
|
|
void initialSetup();
|
||
|
|
|
||
|
|
#endif
|