9 lines
77 B
C
9 lines
77 B
C
#ifndef PISH_H
|
|
#define PISH_H
|
|
|
|
#include "Common.h"
|
|
|
|
void Pish(void);
|
|
|
|
#endif
|