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