diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-08-28 19:29:12 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-08-28 19:54:01 -0700 |
| commit | 992f192c5e937f22877117e64ff7a38a6447c4bc (patch) | |
| tree | 3369cf38cc8ae430637128c5e6b2e09a1da06f8a /toolsrc/include/vcpkg_System.h | |
| parent | 5b91a84230e85e8f560fb78de1fd4bf6b68e8756 (diff) | |
| download | vcpkg-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.h | 1 |
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); |
