diff options
author | fcolin | 2007-02-01 13:06:47 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:06:47 +0000 |
commit | 44354b43eeae68c37f6624bf9cadb00bf67d62c7 (patch) | |
tree | 6f76dfde65b8fcbe6c6691e538494f7953e8ba48 | |
parent | cd028d5ff44a6ae0951d691bbb76a7e79877d716 (diff) | |
download | ivy-cplusplus-44354b43eeae68c37f6624bf9cadb00bf67d62c7.zip ivy-cplusplus-44354b43eeae68c37f6624bf9cadb00bf67d62c7.tar.gz ivy-cplusplus-44354b43eeae68c37f6624bf9cadb00bf67d62c7.tar.bz2 ivy-cplusplus-44354b43eeae68c37f6624bf9cadb00bf67d62c7.tar.xz |
Utilisateur : Fcolin Date : 10/02/04 Heure : 17:06 Créé Commentaire: (vss 1)
-rw-r--r-- | IvyAudioMon/StdAfx.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/IvyAudioMon/StdAfx.cpp b/IvyAudioMon/StdAfx.cpp new file mode 100644 index 0000000..c6c47aa --- /dev/null +++ b/IvyAudioMon/StdAfx.cpp @@ -0,0 +1,6 @@ +// stdafx.cpp : source file that includes just the standard includes
+// Meter.pch will be the pre-compiled header
+// stdafx.obj will contain the pre-compiled type information
+
+#include "stdafx.h"
+
|