34f9c1205042c05906590df00cfedce5fae1f67f
[org.ibex.core.git] / src / org / xwt / plat / PalmOS.java
1 // Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL]
2 package org.xwt.plat;
3
4 /** Platform class for PalmOS devices */
5 public class PalmOS extends Platform {
6
7     public static int PilotMain(int cmd, int cmdBPB, int launchFlags) {
8         Main.main(new String[] { });
9         return 0;
10     }
11
12 }