Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ReaverTeknoGods committed Mar 31, 2019
1 parent 874c93b commit 5883fe9
Show file tree
Hide file tree
Showing 9 changed files with 3,108 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
*.sln
*.vcxproj
*.vcxproj.filters
.vs/
build/
Debug/

ParrotLoader/Release/

Release/

TeknoParrot\.sdf

TeknoParrot\.v12\.suo

TeknoParrot/TeknoParrot\.vcxproj\.user

ParrotLoader/ParrotLoader\.vcxproj\.user

*.user
15 changes: 15 additions & 0 deletions Opensegaapi/premake5.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
project "Opensegaapi"
targetname "Opensegaapi"
language "C++"
kind "SharedLib"
removeplatforms { "x64" }

files
{
"src/**.cpp", "src/**.h",
"deps/cpp/**.cpp", "deps/inc/**.h"
}

includedirs { "src" }

postbuildcommands { }
Loading

0 comments on commit 5883fe9

Please sign in to comment.