소스 검색

* Oops, fixed getChar's prototype.

tags/v0.99.beta14
Sam Hocevar sam 18 년 전
부모
커밋
9d158c912d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      cxx/cucul++.h

+ 1
- 1
cxx/cucul++.h 파일 보기

@@ -126,7 +126,7 @@ class Cucul
int setColorARGB(unsigned int f, unsigned int b);
void Printf(int x , int y , char const * format,...);
void putChar(int x, int y, unsigned long int ch);
unsigned long int getChar(cucul_canvas_t *, int, int);
unsigned long int getChar(int, int);
void putStr(int x, int y, char *str);
void Clear(void);
void Blit(int, int, Cucul* c1, Cucul* c2);


불러오는 중...
취소
저장