6d33124bc3
--HG-- branch : gsoc2012-achievements
11 lines
No EOL
151 B
PHP
11 lines
No EOL
151 B
PHP
<?php
|
|
interface Tieable {
|
|
function isTiedCult();
|
|
|
|
function isTiedCiv();
|
|
|
|
function getCurrentCiv();
|
|
|
|
function getCurrentCult();
|
|
}
|
|
?>
|