mirror of
https://github.com/edubart/otclient.git
synced 2025-06-05 18:44:28 +02:00
Added preprocessor directive on mobilefacade.cpp
This commit is contained in:
parent
2fbd29ff8b
commit
50180b594d
@ -19,6 +19,7 @@
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
#ifdef ANDROID
|
||||
|
||||
#include "mobilefacade.h"
|
||||
#include "androidwindow.h"
|
||||
@ -28,3 +29,5 @@ MobileFacade g_mobileFacade;
|
||||
void MobileFacade::showKeyboardSoft() {
|
||||
((AndroidWindow&) g_window).showKeyboardSoft();
|
||||
}
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user