Merge pull request #3394 from aws-lumberyard-dev/Budgets
Add budget registration/tracking system and prepare driller redcode
This commit is contained in:
@@ -5,14 +5,10 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef AZTOOLSFRAMEWORK_TOOLSAPPLICATIONAPI_H
|
||||
#define AZTOOLSFRAMEWORK_TOOLSAPPLICATIONAPI_H
|
||||
|
||||
#include <AzCore/base.h>
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <AzCore/base.h>
|
||||
#include <AzCore/Debug/Budget.h>
|
||||
#include <AzCore/EBus/EBus.h>
|
||||
#include <AzCore/Math/Aabb.h>
|
||||
#include <AzCore/Math/Uuid.h>
|
||||
@@ -1089,4 +1085,5 @@ namespace AzToolsFramework
|
||||
}
|
||||
} // namespace AzToolsFramework
|
||||
|
||||
#endif // AZTOOLSFRAMEWORK_TOOLSAPPLICATIONAPI_H
|
||||
AZ_DECLARE_BUDGET(AzToolsFramework);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user