mirror of
https://github.com/HowestDAE/dae16-VerhulstBram.git
synced 2025-12-16 20:41:47 +01:00
Update Gitignore and Basic Camera / Level Implementation
This commit is contained in:
10
Game/Level.cpp
Normal file
10
Game/Level.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "pch.h"
|
||||
#include "Level.h"
|
||||
Level::Level() {
|
||||
}
|
||||
Level::~Level() {
|
||||
}
|
||||
void Level::Update(float elapsedSec) {
|
||||
}
|
||||
void Level::Draw() const {
|
||||
}
|
||||
Reference in New Issue
Block a user