/* event.rs
*
* Developed by Tim Walls <tim.walls@snowgoons.com>
* Copyright (c) All Rights Reserved, Tim Walls
*/
//! Oxide system events
// Imports ===================================================================
use crateRingQ;
// Declarations ==============================================================
pub type OxideEventQueue = ;
/**
* Events that can cause your application to wake up and need to do something.
*/
// Code ======================================================================
// Tests =====================================================================