aboutsummaryrefslogtreecommitdiff
path: root/Gem/develop/include/Gem/Gem/RTE.h
blob: a9820b9897963239b88423a4ac1ee605834e25e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*-----------------------------------------------------------------
  LOG
  GEM - Graphics Environment for Multimedia

  include Realtime-Environments headers

  Copyright (c) 2010-2011 IOhannes m zmölnig. forum::für::umläute. IEM. zmoelnig@iem.at
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution.

  -----------------------------------------------------------------*/

#ifndef _INCLUDE__GEM_GEM_RTE_H_
#define _INCLUDE__GEM_GEM_RTE_H_

#if defined _MSC_VER
/* data conversion with possible loss of data */
# pragma warning( push )
# pragma warning( disable : 4091 )
#endif

#include "m_pd.h"

#ifdef _MSC_VER
# pragma warning( pop )
#endif

#define GEMMARK() verbose(2, "%s:%d[%s]", __FILE__, __LINE__, __FUNCTION__)


#endif /* _INCLUDE__GEM_GEM_RTE_H_ */