aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg_System.h
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-08-28 19:29:12 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-08-28 19:54:01 -0700
commit992f192c5e937f22877117e64ff7a38a6447c4bc (patch)
tree3369cf38cc8ae430637128c5e6b2e09a1da06f8a /toolsrc/include/vcpkg_System.h
parent5b91a84230e85e8f560fb78de1fd4bf6b68e8756 (diff)
downloadvcpkg-992f192c5e937f22877117e64ff7a38a6447c4bc.tar.gz
vcpkg-992f192c5e937f22877117e64ff7a38a6447c4bc.zip
Add System::println() with no args
Diffstat (limited to 'toolsrc/include/vcpkg_System.h')
-rw-r--r--toolsrc/include/vcpkg_System.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_System.h b/toolsrc/include/vcpkg_System.h
index 86bb24aad..9dd9ea8bd 100644
--- a/toolsrc/include/vcpkg_System.h
+++ b/toolsrc/include/vcpkg_System.h
@@ -32,6 +32,7 @@ namespace vcpkg::System
warning = 14,
};
+ void println();
void print(const CStringView message);
void println(const CStringView message);
void print(const Color c, const CStringView message);