Skip to content
Permalink
e3959f1f3f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
9 lines (9 sloc) 281 Bytes
add_library(game Game.cpp)
add_library(window GameWindow.cpp)
add_library(menu MainMenu.cpp)
add_library(ability Ability.cpp)
add_library(effect Effect.cpp)
add_library(player Player.cpp)
add_library(hero Hero.cpp)
add_library(bar MakeBar.cpp)
add_library(selection Selection.cpp)