13 lines
203 B
C
13 lines
203 B
C
|
/*
|
||
|
* Created by Brett on 23/12/22.
|
||
|
* Licensed under GNU General Public License V3.0
|
||
|
* See LICENSE file for license detail
|
||
|
*/
|
||
|
|
||
|
#ifndef BLT_PROFILER_H
|
||
|
#define BLT_PROFILER_H
|
||
|
|
||
|
|
||
|
|
||
|
#endif //BLT_PROFILER_H
|