mirror of
https://github.com/joel16/SwitchIdent.git
synced 2024-11-30 07:00:36 +00:00
9 lines
110 B
C++
9 lines
110 B
C++
#ifndef _SWITCHIDENT_MENUS_H_
|
|
#define _SWITCHIDENT_MENUS_H_
|
|
|
|
namespace Menus {
|
|
void Main(void);
|
|
}
|
|
|
|
#endif
|