Add experimental lua binding GetArchName.

If this gets the requested results, it will stay and be documented.

Otherwise, it will be reverted or otherwise fixed later.
This commit is contained in:
Jason Felds
2011-11-02 00:10:08 -04:00
parent 81fc6bc24d
commit ebdffc8cf6
+2
View File
@@ -62,10 +62,12 @@ class LunaArchHooks: public Luna<ArchHooks>
{
public:
DEFINE_METHOD( AppHasFocus, AppHasFocus() );
DEFINE_METHOD( GetArchName, GetArchName() );
LunaArchHooks()
{
ADD_METHOD( AppHasFocus );
ADD_METHOD( GetArchName );
}
};