1// Aseprite Document Library
2// Copyright (C) 2019 Igara Studio S.A.
3//
4// This file is released under the terms of the MIT license.
5// Read LICENSE.txt for more information.
6
7#ifndef DOC_OBJECT_VERSION_H_INCLUDED
8#define DOC_OBJECT_VERSION_H_INCLUDED
9#pragma once
10
11#include "base/ints.h"
12
13namespace doc {
14
15 typedef uint32_t ObjectVersion;
16
17} // namespace doc
18
19#endif
20