From 894a13926f79e209e3b619012cd2bb6961d959e2 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Tue, 28 Jul 2020 01:53:32 -0700 Subject: Further refactoring and comments --- common/common.vcxitems | 1 + 1 file changed, 1 insertion(+) (limited to 'common/common.vcxitems') diff --git a/common/common.vcxitems b/common/common.vcxitems index f60f78a..224792c 100644 --- a/common/common.vcxitems +++ b/common/common.vcxitems @@ -14,6 +14,7 @@ + -- cgit v1.2.3 From 33317e79489848ae537ac78b9c9e70372857aee8 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Wed, 29 Jul 2020 00:35:39 -0700 Subject: Separate accel implementations into files --- common/common.vcxitems | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'common/common.vcxitems') diff --git a/common/common.vcxitems b/common/common.vcxitems index 224792c..f33d8e1 100644 --- a/common/common.vcxitems +++ b/common/common.vcxitems @@ -14,10 +14,20 @@ + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3