Sha256: 107435a06f86ba0b6e0358698b22e76dcec3e6280c9ca74ddd4e0448dd70978e
Contents?: true
Size: 384 Bytes
Versions: 72
Compression:
Stored size: 384 Bytes
Contents
/* * SplashScreenImpl.cpp * rhorunner * * Created by Dmitry Moskalchuk on 11.03.10. * Copyright 2010 Rhomobile. All rights reserved. * */ #include "SplashScreenImpl.h" #include "common/RhodesApp.h" extern "C" { void rho_splash_screen_start() { RHODESAPP().getSplashScreen().start(); } void rho_splash_screen_hide() { RHODESAPP().getSplashScreen().hide(); } }
Version data entries
72 entries across 72 versions & 1 rubygems