Code formating

This commit is contained in:
2021-04-25 08:34:12 +02:00
committed by Valeriano A.R
parent 820f11e769
commit 4e62dbd35e
17 changed files with 316 additions and 312 deletions

View File

@@ -4,13 +4,13 @@
#define _WIN32_WINNT 0x0501
#include <windows.h>
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <SDL/SDL.h>
#include "Util.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "Audio.h"
#include "Util.h"
static void Audio_MixerCallback(void *ud, Uint8 *stream, int l);