Ignore:
Timestamp:
Feb 16, 2000, 3:25:43 PM (26 years ago)
Author:
sandervl
Message:

Added new logging feature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/line.cpp

    r2767 r2802  
    1 /* $Id: line.cpp,v 1.5 2000-02-12 18:08:57 cbratschi Exp $ */
     1/* $Id: line.cpp,v 1.6 2000-02-16 14:18:10 sandervl Exp $ */
    22/*
    33 * Line API's
     
    1515#include "oslibgpi.h"
    1616
     17#define DBG_LOCALLOG    DBG_line
     18#include "dbglocal.h"
     19
    1720#define ROUND_FLOAT(x) ((INT)((x < 0) ? x-0.5:x+0.5))
    1821
Note: See TracChangeset for help on using the changeset viewer.