12 lines
127 B
C++
12 lines
127 B
C++
#ifndef WIRES_HPP
|
|
#define WIRES_HPP
|
|
|
|
void init_wires(void) {
|
|
|
|
}
|
|
|
|
void strike(char* reason) {
|
|
|
|
}
|
|
|
|
#endif /* WIRES_HPP */ |