Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
008e41230a702ddb4c558fca95af5d84d56b51cb
/
.
/
src
/
art.h
blob: b02c1a5404c6467eb59f54b203634798a33684d6 [
file
] [
log
] [
blame
]
// Copyright 2011 Google Inc. All Rights Reserved.
#ifndef
ART_SRC_ART_H_
#define
ART_SRC_ART_H_
namespace
art
{
class
Art
{
public
:
static
bool
Startup
();
static
void
Shutdown
();
};
}
// namespace art
namespace
r
=
art
;
#endif
// ART_SRC_ART_H_