8 lines
141 B
C
8 lines
141 B
C
|
|
#ifndef SILLY_H
|
||
|
|
#define SILLY_H
|
||
|
|
|
||
|
|
extern void JumpOverTheDog( int numberOfTimes);
|
||
|
|
extern int PlayFetchWithDog( float weightOfStick);
|
||
|
|
|
||
|
|
#endif
|