Ignore:
Timestamp:
Jul 21, 2007, 4:46:33 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/include/CodeGenerator.h

    r184 r224  
    11#pragma once
    22
    3 #include <DataTable.h>
    4 
    53void ReallocNativeCodeBuffer();
    6 
    7 class NativeCode
    8 {
    9     DataTable dataTable;
    10 public:
    11     DataTable &GetDataTable()
    12     {
    13         return dataTable;
    14     }
    15 };
Note: See TracChangeset for help on using the changeset viewer.