medfall

A super great game engine
Log | Files | Refs

relacy_java.hpp (684B)


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
/*  Relacy Race Detector
 *  Copyright (c) 2008-2010, Dmitry S. Vyukov
 *  All rights reserved.
 *  This software is provided AS-IS with no warranty, either express or implied.
 *  This software is distributed under a license and may not be copied,
 *  modified or distributed except as expressly authorized under the
 *  terms of the license contained in the file LICENSE.TXT in this distribution.
 */

#ifndef RL_RELACY_JAVA_HPP
#define RL_RELACY_JAVA_HPP
#ifdef _MSC_VER
#   pragma once
#endif


#define RL_JAVA_MODE

#include "relacy.hpp"

#include "java.hpp"
#include "java_atomic.hpp"
#include "java_volatile.hpp"
#include "java_var.hpp"




#endif