mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 08:07:46 +00:00
remove unused defines
This commit is contained in:
parent
6106e7bc45
commit
5eac985253
1 changed files with 2 additions and 7 deletions
|
@ -10,11 +10,6 @@
|
||||||
#define EXPORT __attribute__((visibility("default")))
|
#define EXPORT __attribute__((visibility("default")))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// todo: this is shit
|
|
||||||
// constant script ids for certain events
|
|
||||||
#define EVENTSCRIPT_AETHERYTE_ID 0x50000
|
|
||||||
#define EVENTSCRIPT_AETHERNET_ID 0x50001
|
|
||||||
|
|
||||||
namespace Core
|
namespace Core
|
||||||
{
|
{
|
||||||
class Framework;
|
class Framework;
|
||||||
|
@ -56,14 +51,14 @@ namespace Sapphire::ScriptAPI
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* @brief Sets the ptr to the framework for use inside scripts
|
* @brief Sets the ptr to the framework for use inside scripts
|
||||||
*
|
*
|
||||||
* @param fw The ptr to g_fw (Core::Framework)
|
* @param fw The ptr to g_fw (Core::Framework)
|
||||||
*/
|
*/
|
||||||
virtual void setFramework( Core::Framework* fw );
|
virtual void setFramework( Core::Framework* fw );
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* @brief Returns the current ptr to framework set for the current script
|
* @brief Returns the current ptr to framework set for the current script
|
||||||
*
|
*
|
||||||
* @return A pointer to Core::Framework
|
* @return A pointer to Core::Framework
|
||||||
*/
|
*/
|
||||||
virtual Core::Framework* getFramework() const;
|
virtual Core::Framework* getFramework() const;
|
||||||
|
|
Loading…
Add table
Reference in a new issue