mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
12 lines
180 B
C++
12 lines
180 B
C++
#ifndef STDAPP_FILE_HPP
|
|
#define STDAPP_FILE_HPP
|
|
|
|
void File(Bar& bar);
|
|
void OnNew();
|
|
void OnLoad();
|
|
void OnSave();
|
|
void OnSaveAs();
|
|
void OnPrint();
|
|
void Exit();
|
|
|
|
#endif
|