mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +00:00
17 lines
390 B
C
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"
|