sokol: studio impl wip
This commit is contained in:
		@@ -1,22 +0,0 @@
 | 
			
		||||
#define SOKOL_IMPL
 | 
			
		||||
 | 
			
		||||
#if defined(WIN32)
 | 
			
		||||
 | 
			
		||||
#ifndef WM_MOUSEHWHEEL
 | 
			
		||||
#define WM_MOUSEHWHEEL 0x020E
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef AUDCLNT_STREAMFLAGS_AUTOCONVERTPCM
 | 
			
		||||
#define AUDCLNT_STREAMFLAGS_AUTOCONVERTPCM 0x80000000
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef AUDCLNT_STREAMFLAGS_SRC_DEFAULT_QUALITY
 | 
			
		||||
#define AUDCLNT_STREAMFLAGS_SRC_DEFAULT_QUALITY 0x08000000
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include "sokol_app.h"
 | 
			
		||||
#include "sokol_gfx.h"
 | 
			
		||||
#include "sokol_time.h"
 | 
			
		||||
#include "sokol_audio.h"
 | 
			
		||||
@@ -1,6 +0,0 @@
 | 
			
		||||
#define SOKOL_IMPL
 | 
			
		||||
 | 
			
		||||
#include "sokol_app.h"
 | 
			
		||||
#include "sokol_gfx.h"
 | 
			
		||||
#include "sokol_time.h"
 | 
			
		||||
#include "sokol_audio.h"
 | 
			
		||||
		Reference in New Issue
	
	Block a user