aseprite/src/config.h

17 lines
390 B
C

// Aseprite
// Copyright (C) 2018-2024 Igara Studio S.A.
// Copyright (C) 2001-2018 David Capello
//
// This program is distributed under the terms of
// the End-User License Agreement for Aseprite.
#ifdef ASEPRITE_CONFIG_H_INCLUDED
#error You cannot use config.h two times
#endif
#define ASEPRITE_CONFIG_H_INCLUDED
#include "base/base.h"
#include "base/debug.h"
#include "base/log.h"