diff options
| author | Peihsun Yeh <[email protected]> | 2018-08-01 16:58:31 -0700 |
|---|---|---|
| committer | Peihsun Yeh <[email protected]> | 2018-08-01 16:58:31 -0700 |
| commit | edcb51e041d612e3fb8a0c0a9135d989c881ccc9 (patch) | |
| tree | c30b3e38242aac68061556481ddace96bee1a9ca /general/SimpleMediaSource/MediaSource/stdafx.cpp | |
| parent | a49f6121e1976979af7d6d8fc1f9af7acec9bcb2 (diff) | |
Creating custom media source solution and project (still needs driver)
Diffstat (limited to 'general/SimpleMediaSource/MediaSource/stdafx.cpp')
| -rw-r--r-- | general/SimpleMediaSource/MediaSource/stdafx.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/general/SimpleMediaSource/MediaSource/stdafx.cpp b/general/SimpleMediaSource/MediaSource/stdafx.cpp new file mode 100644 index 00000000..dc97a45b --- /dev/null +++ b/general/SimpleMediaSource/MediaSource/stdafx.cpp @@ -0,0 +1,11 @@ +/// <copyright file="stdafx.cpp" company="Microsoft"> +/// Copyright (c) Microsoft Corporation. All rights reserved. +/// </copyright> +// stdafx.cpp : source file that includes just the standard includes +// KinectMFMediaSource.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information + +#include "stdafx.h" + +// TODO: reference any additional headers you need in STDAFX.H +// and not in this file |
