Create managers/ dir - move cheats.c and state_manager.c to it

This commit is contained in:
twinaphex 2016-05-09 18:20:52 +02:00
parent 7ba97e8703
commit 6ae20f2016
20 changed files with 39 additions and 36 deletions

View file

@ -26,7 +26,7 @@
#include "../../core_info.h"
#include "../../core_options.h"
#include "../../cheats.h"
#include "../../managers/cheat_manager.h"
#include "../../general.h"
#include "../../retroarch.h"
#include "../../system.h"