Config.h 208 B

12345678910111213141516
  1. /*
  2. GWEN
  3. Copyright (c) 2010 Facepunch Studios
  4. See license in Gwen.h
  5. */
  6. #pragma once
  7. #ifndef GWEN_CONFIG_H
  8. #define GWEN_CONFIG_H
  9. //
  10. // Disables animation functions.
  11. //
  12. //#define GWEN_NO_ANIMATION
  13. #endif