Stdafx: More cleanup

This commit is contained in:
Sacha 2014-07-11 06:54:12 +10:00
parent 3737993bb2
commit 8793d75811
11 changed files with 28 additions and 36 deletions

View file

@ -1,6 +1,7 @@
#include "stdafx.h"
#include "rpcs3.h"
void SendDbgCommand(DbgCommand id, CPUThread* thr )
{
wxGetApp().SendDbgCommand(id, thr);
}
}