mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 02:36:45 +02:00
14 lines
255 B
C++
14 lines
255 B
C++
//
|
|
// octal.h
|
|
// interface
|
|
//
|
|
// Created by Philip on 2/4/13.
|
|
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved.
|
|
//
|
|
|
|
#ifndef __interface__octal__
|
|
#define __interface__octal__
|
|
|
|
#include <iostream>
|
|
|
|
#endif /* defined(__interface__octal__) */
|