blob: 88872c7ee33e1f00b13d388ea1d77958dfdac47b [file] [log] [blame]
#ifndef VR_WINDOW_MANAGER_CONTROLLER_MESH_H_
#define VR_WINDOW_MANAGER_CONTROLLER_MESH_H_
namespace android {
namespace dvr {
extern const int kNumControllerMeshVertices;
extern const float kControllerMeshVertices[];
} // namespace dvr
} // namespace android
#endif // VR_WINDOW_MANAGER_CONTROLLER_MESH_H_