|
Last change
on this file since 87 was 87, checked in by dai_9181, 19 years ago |
|
House::Metaを追加。
Source.h/Source.cppを追加(実装はこれから)。
|
|
File size:
502 bytes
|
| Line | |
|---|
| 1 | #include <Source.h>
|
|---|
| 2 |
|
|---|
| 3 | bool Text::ReadFile( const string &filePath ){
|
|---|
| 4 | return true;
|
|---|
| 5 | }
|
|---|
| 6 |
|
|---|
| 7 | void Text::ChangeReturnLineChar(){
|
|---|
| 8 | }
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 | void BasicSource::RemoveComments(){
|
|---|
| 12 | }
|
|---|
| 13 |
|
|---|
| 14 | void BasicSource::DirectiveIfdef(){
|
|---|
| 15 | }
|
|---|
| 16 | void BasicSource::DirectiveIncludeOrRequire(){
|
|---|
| 17 | }
|
|---|
| 18 |
|
|---|
| 19 | void BasicSource::RemoveReturnLineUnderbar(){
|
|---|
| 20 | }
|
|---|
| 21 |
|
|---|
| 22 | void BasicSource::FormatDefStatement(){
|
|---|
| 23 | }
|
|---|
| 24 | void BasicSource::FormatIfStatement(){
|
|---|
| 25 | }
|
|---|
| 26 |
|
|---|
| 27 | bool BasicSource::Generate( const string &genName, const char *buffer ){
|
|---|
| 28 | return true;
|
|---|
| 29 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.