Common: Move the Event class to a separate file, and add tests for it. Fix includes everywhere to match this.

This commit is contained in:
Pierre Bourdon
2014-04-14 01:15:23 +02:00
parent f9fb39d383
commit 6bdcbad3e4
22 changed files with 132 additions and 53 deletions

View File

@ -5,7 +5,9 @@
#pragma once
#include "AudioCommon/SoundStream.h"
#include "Common/Thread.h"
#include "Common/Event.h"
#include "Common/StdMutex.h"
#include "Common/StdThread.h"
#if defined(HAVE_AO) && HAVE_AO
#include <ao/ao.h>