mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 03:26:29 +03:00
eepp: Pump version.
ecode: Added version number and Help menu. Moved all project source files into the "ecode" namespace.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "notificationcenter.hpp"
|
||||
|
||||
namespace ecode {
|
||||
|
||||
NotificationCenter::NotificationCenter( UILayout* layout ) : mLayout( layout ) {}
|
||||
|
||||
UITextView* NotificationCenter::addNotification( const String& text ) {
|
||||
@@ -20,3 +22,5 @@ UITextView* NotificationCenter::addNotification( const String& text ) {
|
||||
tv->runAction( sequence );
|
||||
return tv;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user