My Project
 
Loading...
Searching...
No Matches
introscene.h
Go to the documentation of this file.
1#pragma once
2
3#include "pixelscene.h"
4
5class IntroScene :public PixelScene{
6private:
7 static const std::string TEXT;
8
9public:
10 virtual void init();
11};
Definition introscene.h:5
virtual void init()
Definition introscene.cpp:23
PixelScene()
Definition pixelscene.cpp:34