mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-05-10 19:01:53 +00:00
4 spaces
This commit is contained in:
parent
fd292fcc2c
commit
284904268f
1 changed files with 4 additions and 7 deletions
|
|
@ -1,15 +1,12 @@
|
|||
#ifndef __ULTRAMODERN_RECOMP_UI__
|
||||
#define __ULTRAMODERN_RECOMP_UI__
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
namespace recomp {
|
||||
// Currently those functions are expected to be provided by the consumer of this library.
|
||||
// TODO: Change these functions to a callback registering system
|
||||
// Currently those functions are expected to be provided by the consumer of this library.
|
||||
// TODO: Change these functions to a callback registering system
|
||||
|
||||
void destroy_ui();
|
||||
void update_supported_options();
|
||||
void destroy_ui();
|
||||
void update_supported_options();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue