diff --git a/desmume/src/frontend/windows/replay.h b/desmume/src/frontend/windows/replay.h index 3f1b42ad0..d409d4b0b 100644 --- a/desmume/src/frontend/windows/replay.h +++ b/desmume/src/frontend/windows/replay.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2008-2015 DeSmuME team + Copyright (C) 2008-2018 DeSmuME team This file is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,8 +18,6 @@ #ifndef _WIN_REPLAY_H_ #define _WIN_REPLAY_H_ -enum START_FROM { START_BLANK, START_SRAM, START_SAVESTATE }; - void Replay_LoadMovie(); void MovieRecordTo(); diff --git a/desmume/src/movie.h b/desmume/src/movie.h index 14e805684..9daa77d7b 100644 --- a/desmume/src/movie.h +++ b/desmume/src/movie.h @@ -1,5 +1,5 @@ /* - Copyright 2008-2017 DeSmuME team + Copyright 2008-2018 DeSmuME team This file is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,7 +28,7 @@ #include "utils/guid.h" #include "utils/md5.h" -#include "replay.h" +enum START_FROM { START_BLANK, START_SRAM, START_SAVESTATE }; struct UserInput; class EMUFILE;