1// Aseprite UI Library
2// Copyright (C) 2016 David Capello
3//
4// This file is released under the terms of the MIT license.
5// Read LICENSE.txt for more information.
6
7#ifndef UI_POINTER_TYPE_H_INCLUDED
8#define UI_POINTER_TYPE_H_INCLUDED
9#pragma once
10
11#include "os/pointer_type.h"
12
13namespace ui {
14
15 typedef os::PointerType PointerType;
16
17} // namespace ui
18
19#endif
20