19 lines
367 B
C++
19 lines
367 B
C++
/** @file typedefs.hpp
|
|
*
|
|
* @author Cory Alexander Balaton (coryab)
|
|
* @author Janita Ovidie Sandtrøen Willumsen (janitaws)
|
|
*
|
|
* @version 1.0
|
|
*
|
|
* @brief Useful typedefs for cleaner code.
|
|
*
|
|
* @details These typedefs make the code more readable and easy to follow
|
|
* along.
|
|
*
|
|
* @bug No known bugs
|
|
* */
|
|
#ifndef __TYPEDEFS__
|
|
#define __TYPEDEFS__
|
|
|
|
#endif
|