Files
CardGame/CardGame/FuncRef.h
2024-06-17 00:59:30 +08:00

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