iOS: Replaced #import with #include in two demos.
This extension to C is not required here and made the demos less portable.
This commit is contained in:
parent
ed8d6939fa
commit
7b39911757
2 changed files with 4 additions and 4 deletions
|
@ -4,8 +4,8 @@
|
|||
* use however you want
|
||||
*/
|
||||
|
||||
#import "SDL.h"
|
||||
#import "common.h"
|
||||
#include "SDL.h"
|
||||
#include "common.h"
|
||||
|
||||
#define NUM_CHANNELS 8 /* max number of sounds we can play at once */
|
||||
#define NUM_DRUMS 4 /* number of drums in our set */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue