Missing endlines

This commit is contained in:
danzel 2017-08-14 08:52:21 +12:00
parent 072a2085d9
commit 923bd61152
3 changed files with 3 additions and 3 deletions

View File

@ -14,4 +14,4 @@ create_directory_groups(${SRCS} ${HEADERS})
add_library(scripted_input STATIC ${SRCS} ${HEADERS})
target_link_libraries(scripted_input PUBLIC common core)
target_link_libraries(scripted_input PRIVATE glad SDL2)
target_link_libraries(scripted_input PRIVATE glad SDL2)

View File

@ -195,4 +195,4 @@ void ScriptRunner::SaveScreenshot() {
delete[] pixels;
}
}
}

View File

@ -82,4 +82,4 @@ void ScriptedButtons::SetActiveButtons(const std::vector<int>& buttons_active) {
}
}
}
}
}