diff options
| author | Adonais Romero González <[email protected]> | 2019-01-09 15:40:48 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-01-09 15:40:48 -0800 |
| commit | 0e4c634898f02a512046957bf92adb49f03dd02c (patch) | |
| tree | c733905bcf562e27a7245b6799317eae3f01e582 /general/SimpleMediaSource/MediaSource/stdafx.cpp | |
| parent | 693d7cc6da06e374a0931123f0b5d8c29c945b97 (diff) | |
| parent | 94f38da770fd3c00e4ee62c983d92c769c80c6c9 (diff) | |
Merge pull request #326 from BenPYeh/custom_media_source
Custom media source
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 |
