Changeset e017851 in thomson for elec/CrO2/software/Tape.h


Ignore:
Timestamp:
Jan 14, 2013, 11:05:27 PM (11 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
6bd7144
Parents:
4a558d7
Message:

Port to Haiku. Untested.

git-svn-id: svn://localhost/thomson@28 85ae3b6b-dc8f-4344-a89d-598714f2e4e5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • elec/CrO2/software/Tape.h

    r4a558d7 re017851  
    44 * Distributed under the terms of the MIT licence.
    55 */
    6 #pragma once
     6#ifndef __TAPE_H__
     7#define __TAPE_H__
    78
    89#include <stdint.h>
     
    4243                std::vector<Block*> blocks;
    4344};
     45
     46#endif
     47
Note: See TracChangeset for help on using the changeset viewer.