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