Differences From Artifact [432ff899cb]:
- File src/sound.m — part of check-in [5b7b7d2fc5] at 2025-03-24 22:14:24 on branch trunk — Convert player into a class (user: js, size: 4331) [annotate] [blame] [check-ins using]
To Artifact [0732f14714]:
- File src/sound.m — part of check-in [0ee94739ce] at 2025-03-25 23:38:08 on branch trunk — Clean up Variable (user: js, size: 4352) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | #include "cube.h" #import "Command.h" #import "Player.h" #include <SDL_mixer.h> VARP(soundvol, 0, 255, 255); VARP(musicvol, 0, 128, 255); bool nosound = false; | > | 1 2 3 4 5 6 7 8 9 10 11 12 | #include "cube.h" #import "Command.h" #import "Player.h" #import "Variable.h" #include <SDL_mixer.h> VARP(soundvol, 0, 255, 255); VARP(musicvol, 0, 128, 255); bool nosound = false; |
︙ | ︙ |