comparison Applications/Samples/SampleMainSdl.cpp @ 242:092db46c6291 am

improved SDL/Wasm unification
author am@osimis.io
date Wed, 20 Jun 2018 14:20:55 +0200
parents b4642964c355
children 192e6e349e69
comparison
equal deleted inserted replaced
241:a4197519eb55 242:092db46c6291
16 * 16 *
17 * You should have received a copy of the GNU Affero General Public License 17 * You should have received a copy of the GNU Affero General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21
21 #include "SampleList.h" 22 #include "SampleList.h"
23 #include "../Sdl/BasicSdlApplication.h"
22 24
23 int main(int argc, char* argv[]) 25 int main(int argc, char* argv[])
24 { 26 {
25 Application application; 27 Application application;
26 28