mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 09:49:05 +00:00
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();
|
|
}
|
|
?>
|