swf2ass/src/Constants.php

8 lines
120 B
PHP

<?php
namespace swf2ass;
abstract class Constants {
const TWIP_SIZE = 20;
const EPSILON = PHP_FLOAT_EPSILON;
}