]> git.lizzy.rs Git - shadowclad.git/blob - src/engine/performance.h
Also yeah divide by zero is a thing
[shadowclad.git] / src / engine / performance.h
1 /**
2  * Copyright 2019-2020 Iwo 'Outfrost' Bujkiewicz
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  */
8
9 #ifndef ENGINE_PERFORMANCE_H_
10 #define ENGINE_PERFORMANCE_H_
11
12 void initPerformanceMetering();
13 void frameRendered();
14
15 #endif // ENGINE_PERFORMANCE_H_