FML Update

This commit is contained in:
Steffen Schröder
2013-12-09 13:05:05 +01:00
parent 690ef2b0bb
commit 666785de90
61 changed files with 408 additions and 200 deletions

View File

@ -14,5 +14,3 @@ interface Constants {
*/
public function getConstants();
}
?>

View File

@ -16,5 +16,3 @@ interface Functions {
*/
public function getFunctions();
}
?>

View File

@ -16,5 +16,3 @@ interface Globals {
*/
public function getGlobals();
}
?>

View File

@ -16,5 +16,3 @@ interface Includes {
*/
public function getIncludes();
}
?>

View File

@ -26,5 +26,3 @@ interface Labels {
*/
public function getLabels();
}
?>