NuklearImpl.cpp 349 B

123456789101112
  1. // Copyright (C) 2009-2018, Panagiotis Christopoulos Charitos and contributors.
  2. // All rights reserved.
  3. // Code licensed under the BSD License.
  4. // http://www.anki3d.org/LICENSE
  5. #if defined(__GNUC__)
  6. # pragma GCC diagnostic push
  7. # pragma GCC diagnostic ignored "-Wunused-function"
  8. #endif
  9. #define NK_IMPLEMENTATION
  10. #include <anki/ui/NuklearConfig.h>