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:
@@ -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 );
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user