diff options
author | 2015-01-10 16:58:11 +0100 | |
---|---|---|
committer | 2015-01-10 16:58:11 +0100 | |
commit | 1273e97e73d7856a668b4419aae27065c81b06be (patch) | |
tree | 49ef6f3811122b79ae93bad45756ab0a77f3a04e /3rdparty/portmidi/pm_csharp/pm_managed/Stdafx.cpp | |
parent | d103debef2830bd0e28b54348c21492f89c269c4 (diff) |
Placed full code of portmidi in 3rdparty folder (nw)
Diffstat (limited to '3rdparty/portmidi/pm_csharp/pm_managed/Stdafx.cpp')
-rw-r--r-- | 3rdparty/portmidi/pm_csharp/pm_managed/Stdafx.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3rdparty/portmidi/pm_csharp/pm_managed/Stdafx.cpp b/3rdparty/portmidi/pm_csharp/pm_managed/Stdafx.cpp new file mode 100644 index 00000000000..de4058cb399 --- /dev/null +++ b/3rdparty/portmidi/pm_csharp/pm_managed/Stdafx.cpp @@ -0,0 +1,5 @@ +// stdafx.cpp : source file that includes just the standard includes +// pm_managed.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information + +#include "stdafx.h" |