Platformer
Platformer
Static Public Member Functions | List of all members
LevelLoader Class Reference

This class loads and creates the levels for our game. More...

#include <LevelLoader.hpp>

Collaboration diagram for LevelLoader:
Collaboration graph

Static Public Member Functions

static void LoadLevel (std::string path)
 Loads the level at the given path. More...
 

Detailed Description

This class loads and creates the levels for our game.

Member Function Documentation

◆ LoadLevel()

void LevelLoader::LoadLevel ( std::string  path)
static

Loads the level at the given path.

Parameters
pathThe path of the level to be loaded
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: