Changeset f7428b1 in buchla-68k for include/wsdsp.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/wsdsp.h

    rc3aee8a rf7428b1  
    1010*/
    1111
     12#pragma once
     13#include "stdint.h"
     14#include "midas.h"
     15
    1216struct  wstbl   {               /* waveshape table library entry */
    1317
     
    2024#define WAVEPRI         8               /* waveshape display object priority */
    2125
    22 #define WAVEFL          (V_RES3)        /* waveshape display object flags */
     26#define WAVEFL          V_RES3          /* waveshape display object flags */
    2327
    2428#define WCURX           256             /* initial cursor x location */
Note: See TracChangeset for help on using the changeset viewer.