Space Fighter
A "shmup" game for Computer Programming C++
Loading...
Searching...
No Matches
Level02.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
Level.h
"
4
6
class
Level02
:
public
Level
7
{
8
9
public
:
10
12
Level02
() { }
13
virtual
~Level02
() { }
14
18
virtual
void
LoadContent
(
ResourceManager
& resourceManager);
19
};
Level.h
KatanaEngine::ResourceManager
Loads and manages the lifespan of objects from external files.
Definition
ResourceManager.h:21
Level02
The second level of the game.
Definition
Level02.h:7
Level02::~Level02
virtual ~Level02()
Definition
Level02.h:13
Level02::LoadContent
virtual void LoadContent(ResourceManager &resourceManager)
Load the content for the level, including game objects and resources.
Definition
Level02.cpp:7
Level02::Level02
Level02()
Instantiate a level object.
Definition
Level02.h:12
Level
Represents a level in the game.
Definition
Level.h:15
doxy_src
SpaceFighter
Level02.h
Generated by
1.11.0