mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 18:24:59 +00:00
ZVISION: Fix namespace indentation
This commit is contained in:
parent
b316df9e82
commit
d546e11cf1
@ -27,21 +27,20 @@
|
||||
|
||||
namespace ZVision {
|
||||
|
||||
class ZVision;
|
||||
class ZVision;
|
||||
|
||||
class Console : public GUI::Debugger {
|
||||
public:
|
||||
Console(ZVision *engine);
|
||||
virtual ~Console() {}
|
||||
class Console : public GUI::Debugger {
|
||||
public:
|
||||
Console(ZVision *engine);
|
||||
virtual ~Console() {}
|
||||
|
||||
private:
|
||||
ZVision *_engine;
|
||||
private:
|
||||
ZVision *_engine;
|
||||
|
||||
bool cmdLoadImage(int argc, const char **argv);
|
||||
bool cmdLoadVideo(int argc, const char **argv);
|
||||
bool cmdLoadSound(int argc, const char **argv);
|
||||
bool cmdRawToWav(int argc, const char **argv);
|
||||
};
|
||||
bool cmdLoadImage(int argc, const char **argv);
|
||||
bool cmdLoadVideo(int argc, const char **argv);
|
||||
bool cmdLoadSound(int argc, const char **argv);
|
||||
};
|
||||
|
||||
} // End of namespace ZVision
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user