mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2026-05-17 05:10:17 -04:00
Replace unsigned int, and char with uint and uchar.
This commit is contained in:
@ -40,9 +40,9 @@ private:
|
||||
bool OpenCL();
|
||||
bool Double();
|
||||
bool ShowAllXforms();
|
||||
unsigned int PlatformIndex();
|
||||
unsigned int DeviceIndex();
|
||||
unsigned int ThreadCount();
|
||||
uint PlatformIndex();
|
||||
uint DeviceIndex();
|
||||
uint ThreadCount();
|
||||
|
||||
Ui::OptionsDialog ui;
|
||||
OpenCLWrapper m_Wrapper;
|
||||
|
||||
Reference in New Issue
Block a user