Use abstract_clock and improved tests, in ResourceManager

Conflicts:
	Builds/VisualStudio2012/RippleD.vcxproj.filters
This commit is contained in:
Vinnie Falco
2013-12-29 18:56:51 -08:00
parent 2d234e500d
commit b2feafa94c
10 changed files with 162 additions and 100 deletions

View File

@@ -26,9 +26,6 @@ namespace Resource {
struct Key;
struct Entry;
/** Measures seconds from an unspecified fixed reference event in the past. */
typedef int DiscreteTime;
}
}