Subversion Repositories Games.Carmageddon

Rev

Rev 1 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 18
Line 10... Line 10...
10
#include "s3cda.h"
10
#include "s3cda.h"
11
#include "s3music.h"
11
#include "s3music.h"
12
#include "s3sound.h"
12
#include "s3sound.h"
13
#include <ctype.h>
13
#include <ctype.h>
14
#include <errno.h>
14
#include <errno.h>
-
 
15
#include <math.h>
15
#include <stddef.h>
16
#include <stddef.h>
16
#include <stdio.h>
17
#include <stdio.h>
17
#include <stdlib.h>
18
#include <stdlib.h>
18
#include <string.h>
19
#include <string.h>
19
 
20