aseprite/src/doc/frame.h
2014-12-28 20:39:11 -03:00

18 lines
317 B
C++

// Aseprite Document Library
// Copyright (c) 2001-2014 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#ifndef DOC_FRAME_H_INCLUDED
#define DOC_FRAME_H_INCLUDED
#pragma once
namespace doc {
typedef int frame_t;
} // namespace doc
#endif