mirror of
https://github.com/sendyne/cppreg.git
synced 2025-05-09 05:53:52 +00:00
17 lines
326 B
C++
17 lines
326 B
C++
//! Project-wide includes header.
|
|
/**
|
|
* @file cppreg_Defines.h
|
|
* @author Nicolas Clauvelin (nclauvelin@sendyne.com)
|
|
* @copyright Copyright 2010-2018 Sendyne Corp. All rights reserved.
|
|
*/
|
|
|
|
|
|
#ifndef CPPREG_CPPREG_INCLUDES_H
|
|
#define CPPREG_CPPREG_INCLUDES_H
|
|
|
|
|
|
#include <cstdint>
|
|
|
|
|
|
#endif // CPPREG_CPPREG_INCLUDES_H
|