diff options
| author | Fuwn <[email protected]> | 2023-04-03 05:16:44 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-03 05:16:44 +0000 |
| commit | ee4444549584189390e55594cdb4a1de1ff6ec1a (patch) | |
| tree | 04d3eff689f42dfe5e04c992442b55ecd6687e5d /examples | |
| parent | fix(context): clippy lints (diff) | |
| download | windmark-ee4444549584189390e55594cdb4a1de1ff6ec1a.tar.xz windmark-ee4444549584189390e55594cdb4a1de1ff6ec1a.zip | |
style: seperate blocks
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/windmark.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/windmark.rs b/examples/windmark.rs index fd24f84..f6857e5 100644 --- a/examples/windmark.rs +++ b/examples/windmark.rs @@ -32,6 +32,7 @@ use windmark::{ struct Clicker { clicks: isize, } + impl windmark::Module for Clicker { fn on_attach(&mut self, _: &mut Router) { println!("clicker has been attached!"); |