/* * Copyright (c) 2012-2014 Daniele Bartolini and individual contributors. * License: https://github.com/taylor001/crown/blob/master/LICENSE */ #pragma once namespace crown { struct Keyboard; struct Mouse; struct Touch; } // namespace crown