添加spdlog 和 glfw
This commit is contained in:
@ -2,4 +2,21 @@
|
||||
// Created by sfd on 25-11-15.
|
||||
//
|
||||
|
||||
#include "Sandbox.h"
|
||||
|
||||
#include "Prism/Core/Application.h"
|
||||
#include "Prism/Core/EntryPoint.h"
|
||||
|
||||
class Sandbox : public Prism::Application
|
||||
{
|
||||
public:
|
||||
Sandbox()
|
||||
{
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
||||
Prism::Application* Prism::CreateApplication()
|
||||
{
|
||||
return new Sandbox();
|
||||
}
|
||||
|
||||
@ -1,12 +0,0 @@
|
||||
//
|
||||
// Created by sfd on 25-11-15.
|
||||
//
|
||||
|
||||
#ifndef SANDBOX_H
|
||||
#define SANDBOX_H
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif //SANDBOX_H
|
||||
Reference in New Issue
Block a user