Changeset f7428b1 in buchla-68k for include/libdsp.h


Ignore:
Timestamp:
07/10/2017 01:26:59 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
5fa506d
Parents:
c3aee8a
Message:

Started to rework include files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libdsp.h

    rc3aee8a rf7428b1  
    77   =============================================================================
    88*/
     9
     10#pragma once
     11#include "stdint.h"
    912
    1013#define LIBROBJ         8               /* librarian display object number */
     
    117120#define LH_LEN          (sizeof (struct mlibhdr))
    118121
    119 #define OR_LEN1         ((int32_t)&idefs[0].idhwvaf[0]-(int32_t)&idefs[0].idhflag)
     122#define OR_LEN1         ((int32_t)&idefs[0].idhwvaf[0] - (int32_t)&idefs[0].idhflag)
    120123#define OR_LEN2         (2 * (NUMWPNT + NUMHARM))
    121 
    122 #ifndef M7CAT
    123 extern  struct  fcat    filecat[];
    124 #endif
Note: See TracChangeset for help on using the changeset viewer.