13 lines
237 B
C
13 lines
237 B
C
|
/*
|
||
|
* Created by Brett on 30/03/23.
|
||
|
* Licensed under GNU General Public License V3.0
|
||
|
* See LICENSE file for license detail
|
||
|
*/
|
||
|
|
||
|
#ifndef ASSIGN3_CONFIG_IN_H
|
||
|
#define ASSIGN3_CONFIG_IN_H
|
||
|
|
||
|
/* #undef EXTRAS */
|
||
|
|
||
|
#endif //ASSIGN3_CONFIG_IN_H
|