Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00008
00010
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00035
00036 #include "Stdafx.h"
00037
00038 bool Opcode::InitOpcode()
00039 {
00040 Log("// Initializing OPCODE\n\n");
00041
00042 return true;
00043 }
00044
00045 void ReleasePruningSorters();
00046 bool Opcode::CloseOpcode()
00047 {
00048 Log("// Closing OPCODE\n\n");
00049
00050 ReleasePruningSorters();
00051
00052 return true;
00053 }
00054
00055 #ifdef ICE_MAIN
00056
00057 void ModuleAttach(HINSTANCE hinstance)
00058 {
00059 }
00060
00061 void ModuleDetach()
00062 {
00063 }
00064
00065 #endif