Missing endlines
This commit is contained in:
@@ -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)
|
||||
|
@@ -195,4 +195,4 @@ void ScriptRunner::SaveScreenshot() {
|
||||
|
||||
delete[] pixels;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -82,4 +82,4 @@ void ScriptedButtons::SetActiveButtons(const std::vector<int>& buttons_active) {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user