浏览代码

* 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);


正在加载...
取消
保存