Ignore:
Timestamp:
Mar 7, 2013, 6:26:13 PM (12 years ago)
Author:
alloc
Message:

Daodan: Lots of cleanups (mostly unnecessary includes removed, empty files deleted, case of filenames corrected)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan_Utility.c

    r682 r692  
    22#include <stdlib.h>
    33#include <stdarg.h>
    4 //#include <stdint.h>
    5 #include "oni_stdio.h"
    64
    75#include "Daodan_Utility.h"
    8 #include "BFW_Utility.h"
    96#include "Oni.h"
    107
     
    3330        return;
    3431}
    35 
    36 /*
    37 int64_t ONICALL DDrMachineTime_Sixtieths()
    38 {
    39         static int64_t LastTime, Time;
    40         int64_t Current;
    41 
    42         Current = LastTime + GetTickCount();
    43 
    44         if (Current > Time)
    45         {
    46                 LastTime += 1;
    47                 Current += 1;
    48         }
    49 
    50         Time = Current;
    51 
    52         return (Time * 3) / 50;
    53 }
    54 */
    5532
    5633int64_t ONICALL DDrMachineTime_Sixtieths()
Note: See TracChangeset for help on using the changeset viewer.