mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-10 08:07:56 -06:00
refactor: split up and move texture-related code into src/texture submodule
This commit is contained in:
@@ -52,7 +52,6 @@ unsafe fn attach_console() {
|
||||
// Do NOT call AllocConsole here - we don't want a console when launched from Explorer
|
||||
}
|
||||
|
||||
mod animation;
|
||||
mod asset;
|
||||
mod audio;
|
||||
mod constants;
|
||||
@@ -66,6 +65,7 @@ mod game;
|
||||
mod helper;
|
||||
mod map;
|
||||
mod modulation;
|
||||
mod texture;
|
||||
|
||||
#[cfg(not(target_os = "emscripten"))]
|
||||
fn sleep(value: Duration) {
|
||||
|
||||
Reference in New Issue
Block a user