source: dev/trunk/abdev/BasicCompiler_Common/src/SmoothieImpl.cpp@ 184

Last change on this file since 184 was 184, checked in by dai_9181, 17 years ago
File size: 294 bytes
Line 
1#include <jenga/include/smoothie/Smoothie.h>
2
3#include <ClassImpl.h>
4#include <ProcedureImpl.h>
5#include <LexicalScopingImpl.h>
6
7Meta Smoothie::meta(
8 new ClassesImpl(),
9 new ProcPointersImpl()
10 );
11
12CLexicalScopes *Smoothie::Temp::pLexicalScopes = new LexicalScopesImpl();
Note: See TracBrowser for help on using the repository browser.