aseprite/src/doc/pixel_ratio.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
354 B
C
Raw Normal View History

2016-05-24 04:30:34 +08:00
// Aseprite Document Library
// Copyright (c) 2016 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#ifndef DOC_PIXEL_RATIO_H_INCLUDED
#define DOC_PIXEL_RATIO_H_INCLUDED
#pragma once
#include "gfx/size.h"
namespace doc {
typedef gfx::Size PixelRatio;
} // namespace doc
#endif