Changeset View
Changeset View
Standalone View
Standalone View
extern/draco/draco/src/draco/core/draco_types.h
- This file was moved from extern/draco/dracoenc/src/draco/core/draco_types.h.
| Show All 10 Lines | |||||
| // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||||
| // See the License for the specific language governing permissions and | // See the License for the specific language governing permissions and | ||||
| // limitations under the License. | // limitations under the License. | ||||
| // | // | ||||
| #ifndef DRACO_CORE_DRACO_TYPES_H_ | #ifndef DRACO_CORE_DRACO_TYPES_H_ | ||||
| #define DRACO_CORE_DRACO_TYPES_H_ | #define DRACO_CORE_DRACO_TYPES_H_ | ||||
| #include <stdint.h> | #include <stdint.h> | ||||
| #include <string> | #include <string> | ||||
| #include "draco/draco_features.h" | #include "draco/draco_features.h" | ||||
| namespace draco { | namespace draco { | ||||
| enum DataType { | enum DataType { | ||||
| // Not a legal value for DataType. Used to indicate a field has not been set. | // Not a legal value for DataType. Used to indicate a field has not been set. | ||||
| Show All 25 Lines | |||||