mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
12 lines
185 B
C++
12 lines
185 B
C++
#ifndef _ChromiumBrowserExample_Utils_h_
|
|
#define _ChromiumBrowserExample_Utils_h_
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
namespace Upp{
|
|
|
|
void ShowKeyboard(bool show);
|
|
|
|
}
|
|
|
|
#endif
|