Added the first draft version, but there are still a lot of unimplemented features.
14 lines
480 B
C
14 lines
480 B
C
// Copyright 2013 The Flutter Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
#ifndef PACKAGES_CAMERA_CAMERA_ELINUX_MESSAGES_MESSAGES_H_
|
|
#define PACKAGES_CAMERA_CAMERA_ELINUX_MESSAGES_MESSAGES_H_
|
|
|
|
#include "available_cameras_message.h"
|
|
#include "orientation_message.h"
|
|
#include "texture_message.h"
|
|
#include "zoom_level_message.h"
|
|
|
|
#endif // PACKAGES_CAMERA_CAMERA_ELINUX_MESSAGES_MESSAGES_H_
|