mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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__) */
|