Skip to content

Commit

Permalink
Update contains.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
transgirllucy authored Dec 22, 2023
1 parent c09cabc commit c42aa26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/contains.hpp
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
bool containsVersion();
#pragma once
#include <string>


bool containsVersion(std::string version);

0 comments on commit c42aa26

Please sign in to comment.