9 lines
83 B
C
9 lines
83 B
C
#ifndef PATRIX_H
|
|
#define PATRIX_H
|
|
|
|
void patrixSetup();
|
|
|
|
void patrixLoop();
|
|
|
|
#endif
|