This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
solstice
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Introduce user submodule.
main
Titouan Rigoudy
2 years ago
parent
5e560f358b
commit
3b71ab2f2d
2 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
client/src/user/map.rs
+3
-0
client/src/user/mod.rs
client/src/user.rs → client/src/user/map.rs
View File
+ 3
- 0
client/src/user/mod.rs
View File
@ -0,0 +1,3 @@
mod
map
;
pub
use
map
::
UserMap
;
Write
Preview
Loading…
Cancel
Save