Finish lecture 82: Implement the World class
Signed-off-by: Daniel Henry <iamdanhenry@gmail.com>
This commit is contained in:
10
LightYearsGame/include/gameFramework/GameApplication.h
Normal file
10
LightYearsGame/include/gameFramework/GameApplication.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include <framework/Application.h>
|
||||
|
||||
namespace ly {
|
||||
class GameApplication : public Application {
|
||||
public:
|
||||
GameApplication();
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user