Cube  Diff

Differences From Artifact [432ff899cb]:

To Artifact [0732f14714]:


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;