1#[allow(clippy::wildcard_imports)] 2use pebble_sys::foundation::app::*; 3 4pub fn event_loop() { 5 unsafe { app_event_loop() } 6}