9 lines
115 B
C++
9 lines
115 B
C++
#pragma once
|
|
|
|
#include <afxwin.h>
|
|
|
|
class CTicTacToeApp : public CWinApp {
|
|
public:
|
|
virtual BOOL InitInstance();
|
|
};
|