diff options
Diffstat (limited to '3rdparty/portmidi/pm_csharp/pm_managed/Stdafx.h')
-rw-r--r-- | 3rdparty/portmidi/pm_csharp/pm_managed/Stdafx.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3rdparty/portmidi/pm_csharp/pm_managed/Stdafx.h b/3rdparty/portmidi/pm_csharp/pm_managed/Stdafx.h new file mode 100644 index 00000000000..3cc4c24ef9f --- /dev/null +++ b/3rdparty/portmidi/pm_csharp/pm_managed/Stdafx.h @@ -0,0 +1,7 @@ +// stdafx.h : include file for standard system include files, +// or project specific include files that are used frequently, +// but are changed infrequently + +#pragma once + + |