9 lines
170 B
C
9 lines
170 B
C
#pragma once
|
|
|
|
#ifndef _FUNCREF_H
|
|
#define _FUNCREF_H
|
|
|
|
void GamePlay1(SqList<int> PA, SqList<int> PB, int N);
|
|
void GamePlay2(SqList<int> PA, SqList<int> PB, int N);
|
|
|
|
#endif |