Init
This commit is contained in:
12
aStar/main.cpp
Normal file
12
aStar/main.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <SFML/Window.hpp>
|
||||
#include <SFML/Graphics.hpp>
|
||||
#include "App.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
App app;
|
||||
app.Run();
|
||||
|
||||
return 0;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user