blob: 378f7c84e7c0f04d1c335f57f1f107ca97560c9a [file] [log] [blame]
Dan Fieldfa33c762020-09-18 12:32:02 -07001// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
Brandon DeRosier25c57472023-04-19 14:20:21 -07005#ifndef FLUTTER_COMMON_CONSTANTS_H_
6#define FLUTTER_COMMON_CONSTANTS_H_
7
Dan Fieldfa33c762020-09-18 12:32:02 -07008namespace flutter {
9constexpr double kMegaByteSizeInBytes = (1 << 20);
10} // namespace flutter
Brandon DeRosier25c57472023-04-19 14:20:21 -070011
12#endif // FLUTTER_COMMON_CONSTANTS_H_