diff options
Diffstat (limited to 'CPP/Windows/Console.cpp')
| -rw-r--r-- | CPP/Windows/Console.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CPP/Windows/Console.cpp b/CPP/Windows/Console.cpp new file mode 100644 index 0000000..28ba1c4 --- /dev/null +++ b/CPP/Windows/Console.cpp | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | // Windows/Console.cpp | ||
| 2 | |||
| 3 | #include "StdAfx.h" | ||
| 4 | |||
| 5 | #include "Console.h" | ||
| 6 | |||
| 7 | namespace NWindows{ | ||
| 8 | namespace NConsole{ | ||
| 9 | |||
| 10 | }} | ||
