Initial commit
This commit is contained in:
commit
9d2733d705
63 changed files with 7330 additions and 0 deletions
16
config.h
Normal file
16
config.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/*----------------------------------------------------------
|
||||
* HTBLA-Leonding
|
||||
* ---------------------------------------------------------
|
||||
* Exercise Number: n/a
|
||||
* Title: Configuration Options
|
||||
* Author: S. Schraml
|
||||
* ----------------------------------------------------------
|
||||
* Description:
|
||||
* Global application configuration options
|
||||
* ----------------------------------------------------------
|
||||
*/
|
||||
#ifndef ___CONFIGURATION_H
|
||||
#define ___CONFIGURATION_H
|
||||
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue