kelson8
26e3acf9eb
Add text file menu and a pch.h file for later. Move text file functions into text file menu. Add test dll for project.
8 lines
64 B
C++
8 lines
64 B
C++
#pragma once
|
|
class TextMenu
|
|
{
|
|
public:
|
|
void TextMainMenu();
|
|
};
|
|
|