added namespaces

This commit is contained in:
kremsy
2014-04-29 22:06:58 +02:00
committed by Steffen Schröder
parent e60d8ff972
commit adfecf734e
6 changed files with 15 additions and 8 deletions

View File

@ -1,5 +1,7 @@
<?php
namespace MCTeam;
use FML\Controls\Control;
use FML\Controls\Frame;
use FML\Controls\Gauge;