mirror of
https://github.com/joel16/SwitchIdent.git
synced 2024-11-23 03:39:40 +00:00
6 lines
55 B
C++
6 lines
55 B
C++
#pragma once
|
|
|
|
namespace Menus {
|
|
void Main(void);
|
|
}
|