aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/prelude.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/src/prelude.rs')
-rw-r--r--azalea/src/prelude.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea/src/prelude.rs b/azalea/src/prelude.rs
index 969b1e86..335244cc 100644
--- a/azalea/src/prelude.rs
+++ b/azalea/src/prelude.rs
@@ -3,6 +3,7 @@
pub use azalea_client::{Account, Client, Event};
pub use azalea_core::tick::GameTick;
+pub use bevy_app::AppExit;
// this is necessary to make the macros that reference bevy_ecs work
pub use crate::ecs as bevy_ecs;