// Copyright (c) 2014 by SiegeLord
//// All rights reserved. Distributed under ZLib. For full terms see the file LICENSE.
#[macro_export]macro_rules!allegro_main{(^tt_expander $e:expr)=>{$e};($($x:tt)*)=>{#[start]fnstart(argc: int, argv:*const*constu8)-> int
{allegro::run(argc, argv, main)}fnmain(){allegro_main!(^tt_expander {$($x)*})}}}