diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-06-23 15:31:45 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-06-23 15:31:45 +1000 |
| commit | aee0474191aa6b4e4505e3f5a74b4ac8cc48063b (patch) | |
| tree | f899ca369fa64975dc4c8f6d005d7aa1842045cd /lib/shared_string/shared_string_test/stdafx.cpp | |
| parent | cde8002df4a86a2a6efd4aa0b5c174b2f39f7bf7 (diff) | |
| download | tangara-fw-aee0474191aa6b4e4505e3f5a74b4ac8cc48063b.tar.gz | |
Add a shared string library
Diffstat (limited to 'lib/shared_string/shared_string_test/stdafx.cpp')
| -rwxr-xr-x | lib/shared_string/shared_string_test/stdafx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/shared_string/shared_string_test/stdafx.cpp b/lib/shared_string/shared_string_test/stdafx.cpp new file mode 100755 index 00000000..539b4668 --- /dev/null +++ b/lib/shared_string/shared_string_test/stdafx.cpp @@ -0,0 +1,8 @@ +// stdafx.cpp : source file that includes just the standard includes +// shared_string_test.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 |
