4e1786a833Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
11 years ago
David Wimsey
06ebf81d6bSquelches warnings for switch statements that do not contain case statements for all values of an enumeration because some of the enumeration values do not apply.