diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-11-11 15:47:34 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-11-11 15:47:34 +0000 |
| commit | bb9394a46f2c541db7cfdf664bf4411a61afcba4 (patch) | |
| tree | 1ecbb909b4275f722e9518a9c2ff5a538bd0f415 /Common/NativeApp/src/UWP/dummy.cpp | |
| parent | Updated core (diff) | |
| download | DiligentEngine-bb9394a46f2c541db7cfdf664bf4411a61afcba4.tar.gz DiligentEngine-bb9394a46f2c541db7cfdf664bf4411a61afcba4.zip | |
Moved NativeApp to Tools module
Diffstat (limited to 'Common/NativeApp/src/UWP/dummy.cpp')
| -rw-r--r-- | Common/NativeApp/src/UWP/dummy.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Common/NativeApp/src/UWP/dummy.cpp b/Common/NativeApp/src/UWP/dummy.cpp deleted file mode 100644 index 5caae53..0000000 --- a/Common/NativeApp/src/UWP/dummy.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include "AppBase.h" - -// This dummy file is only required for the NativeAppBase.lib to be created, -// which is required to avoid linker error - -// We cannot add real source to this library because Windows Runtime types cannot -// be included into static libraries
\ No newline at end of file |
