mirror of
https://github.com/clockworkpi/Menu.git
synced 2026-03-25 21:33:07 +01:00
first commit
This commit is contained in:
17
60_Utils/02_Bean/beans/shell/main.bean
Executable file
17
60_Utils/02_Bean/beans/shell/main.bean
Executable file
@@ -0,0 +1,17 @@
|
||||
|
||||
/*
|
||||
powered by bean 0.382 r388
|
||||
*/
|
||||
|
||||
module app+ {
|
||||
|
||||
func main() {
|
||||
var launcher game::launcher;
|
||||
launcher->start("BeanShell");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
func main() {
|
||||
app::main();
|
||||
}
|
||||
Reference in New Issue
Block a user