swf2ass/src/Constants.php

8 lines
111 B
PHP

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