From 85d9aff2e9663bab87430231104243936e96f5a1 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Wed, 23 Feb 2011 22:18:58 -0800 Subject: [PATCH] Added quicklist, a linked list with better cache characteristics. --- src/example.vcxproj | 3 +++ src/example.vcxproj.filters | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/example.vcxproj b/src/example.vcxproj index 320de5a2a..33ff19f1f 100644 --- a/src/example.vcxproj +++ b/src/example.vcxproj @@ -107,6 +107,9 @@ + + + diff --git a/src/example.vcxproj.filters b/src/example.vcxproj.filters index 60f111540..de2d8b949 100644 --- a/src/example.vcxproj.filters +++ b/src/example.vcxproj.filters @@ -44,4 +44,7 @@ Header Files + + + \ No newline at end of file