Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
cfrankb committed Sep 10, 2023
1 parent c807a2e commit 5725774
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ Thumbs.db
# --------
*.dll
*.exe

.vscode/*
4 changes: 2 additions & 2 deletions gamemixin.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "gamemixin.h"
#include "tilesdata.h"
#include "FrameSet.h"
#include "Frame.h"
#include "shared/FrameSet.h"
#include "shared/Frame.h"
#include "map.h"
#include "game.h"
#include "maparch.h"
Expand Down
6 changes: 6 additions & 0 deletions gamemixin.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#ifndef CGAMEMIXIN_H
#define CGAMEMIXIN_H

#ifdef USE_QFILE
#include <QTimer>
#endif
#include <cstdint>

class CFrameSet;
class CGame;
class CFrame;
Expand All @@ -15,7 +19,9 @@ class CGameMixin
virtual ~CGameMixin();
void init(CMapArch *maparch, int index);

#ifdef USE_QFILE
protected slots:
#endif
void mainLoop();
void changeZoom();

Expand Down
1 change: 0 additions & 1 deletion shared/ss_version.h

This file was deleted.

46 changes: 0 additions & 46 deletions shared/stdafx.h

This file was deleted.

0 comments on commit 5725774

Please sign in to comment.