Dan Field | fa33c76 | 2020-09-18 12:32:02 -0700 | [diff] [blame] | 1 | // 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 DeRosier | 25c5747 | 2023-04-19 14:20:21 -0700 | [diff] [blame] | 5 | #ifndef FLUTTER_COMMON_CONSTANTS_H_ |
| 6 | #define FLUTTER_COMMON_CONSTANTS_H_ |
| 7 | |
Dan Field | fa33c76 | 2020-09-18 12:32:02 -0700 | [diff] [blame] | 8 | namespace flutter { |
| 9 | constexpr double kMegaByteSizeInBytes = (1 << 20); |
| 10 | } // namespace flutter |
Brandon DeRosier | 25c5747 | 2023-04-19 14:20:21 -0700 | [diff] [blame] | 11 | |
| 12 | #endif // FLUTTER_COMMON_CONSTANTS_H_ |