Skip to content

Instantly share code, notes, and snippets.

@Zetaeta
Created June 16, 2012 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zetaeta/2941696 to your computer and use it in GitHub Desktop.
Save Zetaeta/2941696 to your computer and use it in GitHub Desktop.
#ifndef MINECRAFTLAUNCHER_HPP
#define MINECRAFTLAUNCHER_HPP
#include <QMainWindow>
namespace Launcher {
class MinecraftLauncher : public QMainWindow
{
Q_OBJECT
public:
explicit MinecraftLauncher(QWidget *parent = 0);
~MinecraftLauncher();
private:
};
}
#endif // MINECRAFTLAUNCHER_HPP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment